Html Css Color HEX #EEE572 Texas

📋 copy color: '#EEE572'

red 238 ◦ green 229 ◦ blue 114

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

Shades of Texas #EEE572

Tints of Texas #EEE572

RGB

 RED value IS 238 (93.36% from 255) = 40.96%

 GREEN value IS 229 (89.84% from 255) = 39.41%

 BLUE value IS 114 (44.92% from 255) = 19.62%

R = 40.96%
G = 39.41%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EEE572 (or 0xEEE572) is known color: Texas. HEX triplet: EE, E5 and 72. RGB value is (238,229,114). Sum of RGB (Red+Green+Blue) = 238+229+114=581 (76% of max value = 765). Red value is 238 (93.36% from 255 or 40.96% from 581); Green value is 229 (89.84% from 255 or 39.41% from 581); Blue value is 114 (44.92% from 255 or 19.62% from 581); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE572 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE572 is #111A8D. Grayscale: #DBDBDB. Windows color (decimal): -1120910 or 7529966. OLE color: 7529966.

HSL color Cylindrical-coordinate representation of color #EEE572: hue angle of 55.65º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EEE572 is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 229 114 -
CMYK 0 0.04 0.52 0.07
HSL 55.65º 0.78% 0.69% -
HSV(B) 55.65º 0.52% 0.93% -
XYZ 66.32 75.43 26.98 -
YUV 218.58 68.98 141.85 -
System Red Green Blue C M Y K H S L
Decimal 238 229 114 0 0.04 0.52 0.07 55.65 0.78 0.69
Hex EE E5 72 0 4 34 7 38 4E 45
Octal 356 345 162 0 4 64 7 70 116 105
Binary 11101110 11100101 1110010 0 100 110100 111 111000 1001110 1000101

Color Harmonies of #EEE572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE572

Black with #EEE572

Text Example


Text Example

White with #EEE572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE572; }

 p { color: rgb(238,229,114); }

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

background-color css

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

 a { background-color: rgb(238,229,114); }

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

border-color css

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

 span { border-color: rgb(238,229,114); }

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