Html Css Color HEX #E8F07D Texas

📋 copy color: '#E8F07D'

red 232 ◦ green 240 ◦ blue 125

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

Shades of Texas #E8F07D

Tints of Texas #E8F07D

RGB

 RED value IS 232 (91.02% from 255) = 38.86%

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

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

R = 38.86%
G = 40.2%
B = 20.94%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#E8F07D (or 0xE8F07D) is known color: Texas. HEX triplet: E8, F0 and 7D. RGB value is (232,240,125). Sum of RGB (Red+Green+Blue) = 232+240+125=597 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.86% from 597); Green value is 240 (94.14% from 255 or 40.20% from 597); Blue value is 125 (49.22% from 255 or 20.94% from 597); Max value from RGB is 240 - color contains mainly: green. Hex color #E8F07D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #E8F07D is #170F82. Grayscale: #E0E0E0. Windows color (decimal): -1511299 or 8253672. OLE color: 8253672.

HSL color Cylindrical-coordinate representation of color #E8F07D: hue angle of 64.17º 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 #E8F07D is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 232 240 125 -
CMYK 0.03 0 0.48 0.06
HSL 64.17º 0.79% 0.72% -
HSV(B) 64.17º 0.48% 0.94% -
XYZ 68.14 80.96 31.44 -
YUV 224.5 71.85 133.35 -
System Red Green Blue C M Y K H S L
Decimal 232 240 125 0.03 0 0.48 0.06 64.17 0.79 0.72
Hex E8 F0 7D 3 0 30 6 40 4F 48
Octal 350 360 175 3 0 60 6 100 117 110
Binary 11101000 11110000 1111101 11 0 110000 110 1000000 1001111 1001000

Color Harmonies of #E8F07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8F07D

Black with #E8F07D

Text Example


Text Example

White with #E8F07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8F07D; }

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

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

background-color css

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

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

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

border-color css

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

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

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