Html Css Color HEX #EAE77D Texas

📋 copy color: '#EAE77D'

red 234 ◦ green 231 ◦ blue 125

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

Shades of Texas #EAE77D

Tints of Texas #EAE77D

RGB

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

 GREEN value IS 231 (90.63% from 255) = 39.15%

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

R = 39.66%
G = 39.15%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EAE77D (or 0xEAE77D) is known color: Texas. HEX triplet: EA, E7 and 7D. RGB value is (234,231,125). Sum of RGB (Red+Green+Blue) = 234+231+125=590 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.66% from 590); Green value is 231 (90.62% from 255 or 39.15% from 590); Blue value is 125 (49.22% from 255 or 21.19% from 590); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE77D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAE77D is #151882. Grayscale: #DCDCDC. Windows color (decimal): -1382531 or 8251370. OLE color: 8251370.

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

Color convert

RGB 234 231 125 -
CMYK 0 0.01 0.47 0.08
HSL 58.35º 0.72% 0.7% -
HSV(B) 58.35º 0.47% 0.92% -
XYZ 66.21 76.12 30.61 -
YUV 219.81 74.49 138.12 -
System Red Green Blue C M Y K H S L
Decimal 234 231 125 0 0.01 0.47 0.08 58.35 0.72 0.7
Hex EA E7 7D 0 1 2F 8 3A 48 46
Octal 352 347 175 0 1 57 10 72 110 106
Binary 11101010 11100111 1111101 0 1 101111 1000 111010 1001000 1000110

Color Harmonies of #EAE77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE77D

Black with #EAE77D

Text Example


Text Example

White with #EAE77D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE77D; }

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

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

background-color css

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

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

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

border-color css

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

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

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