Html Css Color HEX #F0EA7D Texas

📋 copy color: '#F0EA7D'

red 240 ◦ green 234 ◦ blue 125

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

Shades of Texas #F0EA7D

Tints of Texas #F0EA7D

RGB

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

 GREEN value IS 234 (91.8% from 255) = 39.07%

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

R = 40.07%
G = 39.07%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0EA7D (or 0xF0EA7D) is known color: Texas. HEX triplet: F0, EA and 7D. RGB value is (240,234,125). Sum of RGB (Red+Green+Blue) = 240+234+125=599 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.07% from 599); Green value is 234 (91.80% from 255 or 39.07% from 599); Blue value is 125 (49.22% from 255 or 20.87% from 599); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EA7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0EA7D is #0F1582. Grayscale: #DFDFDF. Windows color (decimal): -988547 or 8252144. OLE color: 8252144.

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

Color convert

RGB 240 234 125 -
CMYK 0 0.02 0.48 0.06
HSL 56.87º 0.79% 0.72% -
HSV(B) 56.87º 0.48% 0.94% -
XYZ 69.06 78.85 30.98 -
YUV 223.37 72.49 139.86 -
System Red Green Blue C M Y K H S L
Decimal 240 234 125 0 0.02 0.48 0.06 56.87 0.79 0.72
Hex F0 EA 7D 0 2 30 6 39 4F 48
Octal 360 352 175 0 2 60 6 71 117 110
Binary 11110000 11101010 1111101 0 10 110000 110 111001 1001111 1001000

Color Harmonies of #F0EA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0EA7D

Black with #F0EA7D

Text Example


Text Example

White with #F0EA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0EA7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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