Html Css Color HEX #E5F07D Texas

📋 copy color: '#E5F07D'

red 229 ◦ green 240 ◦ blue 125

#E5F07D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Texas #E5F07D

Tints of Texas #E5F07D

RGB

 RED value IS 229 (89.84% from 255) = 38.55%

 GREEN value IS 240 (94.14% from 255) = 40.4%

 BLUE value IS 125 (49.22% from 255) = 21.04%

R = 38.55%
G = 40.4%
B = 21.04%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.48

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E5F07D (or 0xE5F07D) is known color: Texas. HEX triplet: E5, F0 and 7D. RGB value is (229,240,125). Sum of RGB (Red+Green+Blue) = 229+240+125=594 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.55% from 594); Green value is 240 (94.14% from 255 or 40.40% from 594); Blue value is 125 (49.22% from 255 or 21.04% from 594); Max value from RGB is 240 - color contains mainly: green. Hex color #E5F07D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E5F07D is #1A0F82. Grayscale: #E0E0E0. Windows color (decimal): -1707907 or 8253669. OLE color: 8253669.

HSL color Cylindrical-coordinate representation of color #E5F07D: hue angle of 65.74º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E5F07D is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 229 240 125 -
CMYK 0.05 0 0.48 0.06
HSL 65.74º 0.79% 0.72% -
HSV(B) 65.74º 0.48% 0.94% -
XYZ 67.17 80.46 31.39 -
YUV 223.6 72.36 131.85 -
System Red Green Blue C M Y K H S L
Decimal 229 240 125 0.05 0 0.48 0.06 65.74 0.79 0.72
Hex E5 F0 7D 5 0 30 6 42 4F 48
Octal 345 360 175 5 0 60 6 102 117 110
Binary 11100101 11110000 1111101 101 0 110000 110 1000010 1001111 1001000

Color Harmonies of #E5F07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5F07D

Black with #E5F07D

Text Example


Text Example

White with #E5F07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5F07D; }

 p { color: rgb(229,240,125); }

 H1.HeaderClassName
 {
   color: #E5F07D;
 }
 .AnyTagClassName
 {
   color: #E5F07D;
 }
</style>

background-color css

<style>
 a { background-color: #E5F07D; }

 a { background-color: rgb(229,240,125); }

 div.DivClassName
 {
   background-color: #E5F07D;
 }
 .BgClassName
 {
   background-color: #E5F07D;
 }
</style>

border-color css

<style>
 span { border-color: #E5F07D; }

 span { border-color: rgb(229,240,125); }

 td.TdClassName
 {
   border-color: #E5F07D;
 }
 .TagClassName
 {
   border-color: #E5F07D;
 }
</style>