Html Css Color HEX #EAE679 Texas

📋 copy color: '#EAE679'

red 234 ◦ green 230 ◦ blue 121

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

Shades of Texas #EAE679

Tints of Texas #EAE679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 20.68%

R = 40%
G = 39.32%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EAE679 (or 0xEAE679) is known color: Texas. HEX triplet: EA, E6 and 79. RGB value is (234,230,121). Sum of RGB (Red+Green+Blue) = 234+230+121=585 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40% from 585); Green value is 230 (90.23% from 255 or 39.32% from 585); Blue value is 121 (47.66% from 255 or 20.68% from 585); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE679 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAE679 is #151986. Grayscale: #DBDBDB. Windows color (decimal): -1382791 or 7988970. OLE color: 7988970.

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

Color convert

RGB 234 230 121 -
CMYK 0 0.02 0.48 0.08
HSL 57.88º 0.73% 0.7% -
HSV(B) 57.88º 0.48% 0.92% -
XYZ 65.68 75.47 29.19 -
YUV 218.77 72.83 138.86 -
System Red Green Blue C M Y K H S L
Decimal 234 230 121 0 0.02 0.48 0.08 57.88 0.73 0.7
Hex EA E6 79 0 2 30 8 3A 49 46
Octal 352 346 171 0 2 60 10 72 111 106
Binary 11101010 11100110 1111001 0 10 110000 1000 111010 1001001 1000110

Color Harmonies of #EAE679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE679

Black with #EAE679

Text Example


Text Example

White with #EAE679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE679; }

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

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

background-color css

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

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

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

border-color css

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

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

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