Html Css Color HEX #EAEE7B Texas

📋 copy color: '#EAEE7B'

red 234 ◦ green 238 ◦ blue 123

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

Shades of Texas #EAEE7B

Tints of Texas #EAEE7B

RGB

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

 GREEN value IS 238 (93.36% from 255) = 40%

 BLUE value IS 123 (48.44% from 255) = 20.67%

R = 39.33%
G = 40%
B = 20.67%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EAEE7B (or 0xEAEE7B) is known color: Texas. HEX triplet: EA, EE and 7B. RGB value is (234,238,123). Sum of RGB (Red+Green+Blue) = 234+238+123=595 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.33% from 595); Green value is 238 (93.36% from 255 or 40% from 595); Blue value is 123 (48.44% from 255 or 20.67% from 595); Max value from RGB is 238 - color contains mainly: green. Hex color #EAEE7B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAEE7B is #151184. Grayscale: #E0E0E0. Windows color (decimal): -1380741 or 8122090. OLE color: 8122090.

HSL color Cylindrical-coordinate representation of color #EAEE7B: hue angle of 62.09º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EAEE7B is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB 234 238 123 -
CMYK 0.02 0 0.48 0.07
HSL 62.09º 0.77% 0.71% -
HSV(B) 62.09º 0.48% 0.93% -
XYZ 68.08 80.07 30.61 -
YUV 223.69 71.17 135.35 -
System Red Green Blue C M Y K H S L
Decimal 234 238 123 0.02 0 0.48 0.07 62.09 0.77 0.71
Hex EA EE 7B 2 0 30 7 3E 4D 47
Octal 352 356 173 2 0 60 7 76 115 107
Binary 11101010 11101110 1111011 10 0 110000 111 111110 1001101 1000111

Color Harmonies of #EAEE7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAEE7B

Black with #EAEE7B

Text Example


Text Example

White with #EAEE7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAEE7B; }

 p { color: rgb(234,238,123); }

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

background-color css

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

 a { background-color: rgb(234,238,123); }

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

border-color css

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

 span { border-color: rgb(234,238,123); }

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