Html Css Color HEX #F0EE7E Texas

📋 copy color: '#F0EE7E'

red 240 ◦ green 238 ◦ blue 126

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

Shades of Texas #F0EE7E

Tints of Texas #F0EE7E

RGB

 RED value IS 240 (94.14% from 255) = 39.74%

 GREEN value IS 238 (93.36% from 255) = 39.4%

 BLUE value IS 126 (49.61% from 255) = 20.86%

R = 39.74%
G = 39.4%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0EE7E (or 0xF0EE7E) is known color: Texas. HEX triplet: F0, EE and 7E. RGB value is (240,238,126). Sum of RGB (Red+Green+Blue) = 240+238+126=604 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.74% from 604); Green value is 238 (93.36% from 255 or 39.40% from 604); Blue value is 126 (49.61% from 255 or 20.86% from 604); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EE7E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0EE7E is #0F1181. Grayscale: #E2E2E2. Windows color (decimal): -987522 or 8318704. OLE color: 8318704.

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

Color convert

RGB 240 238 126 -
CMYK 0 0.01 0.48 0.06
HSL 58.95º 0.79% 0.72% -
HSV(B) 58.95º 0.48% 0.94% -
XYZ 70.28 81.18 31.7 -
YUV 225.83 71.66 138.11 -
System Red Green Blue C M Y K H S L
Decimal 240 238 126 0 0.01 0.48 0.06 58.95 0.79 0.72
Hex F0 EE 7E 0 1 30 6 3B 4F 48
Octal 360 356 176 0 1 60 6 73 117 110
Binary 11110000 11101110 1111110 0 1 110000 110 111011 1001111 1001000

Color Harmonies of #F0EE7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0EE7E

Black with #F0EE7E

Text Example


Text Example

White with #F0EE7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0EE7E; }

 p { color: rgb(240,238,126); }

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

background-color css

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

 a { background-color: rgb(240,238,126); }

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

border-color css

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

 span { border-color: rgb(240,238,126); }

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