Html Css Color HEX #EAE672 Texas

📋 copy color: '#EAE672'

red 234 ◦ green 230 ◦ blue 114

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

Shades of Texas #EAE672

Tints of Texas #EAE672

RGB

 RED value IS 234 (91.8% from 255) = 40.48%

 GREEN value IS 230 (90.23% from 255) = 39.79%

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

R = 40.48%
G = 39.79%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EAE672 (or 0xEAE672) is known color: Texas. HEX triplet: EA, E6 and 72. RGB value is (234,230,114). Sum of RGB (Red+Green+Blue) = 234+230+114=578 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.48% from 578); Green value is 230 (90.23% from 255 or 39.79% from 578); Blue value is 114 (44.92% from 255 or 19.72% from 578); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE672 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAE672 is #15198D. Grayscale: #DADADA. Windows color (decimal): -1382798 or 7530218. OLE color: 7530218.

HSL color Cylindrical-coordinate representation of color #EAE672: hue angle of 58º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EAE672 is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 230 114 -
CMYK 0 0.02 0.51 0.08
HSL 58º 0.74% 0.68% -
HSV(B) 58º 0.51% 0.92% -
XYZ 65.27 75.3 27.01 -
YUV 217.97 69.33 139.43 -
System Red Green Blue C M Y K H S L
Decimal 234 230 114 0 0.02 0.51 0.08 58 0.74 0.68
Hex EA E6 72 0 2 33 8 3A 4A 44
Octal 352 346 162 0 2 63 10 72 112 104
Binary 11101010 11100110 1110010 0 10 110011 1000 111010 1001010 1000100

Color Harmonies of #EAE672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE672

Black with #EAE672

Text Example


Text Example

White with #EAE672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE672; }

 p { color: rgb(234,230,114); }

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

background-color css

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

 a { background-color: rgb(234,230,114); }

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

border-color css

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

 span { border-color: rgb(234,230,114); }

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