Html Css Color HEX #EAE283 Texas

📋 copy color: '#EAE283'

red 234 ◦ green 226 ◦ blue 131

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

Shades of Texas #EAE283

Tints of Texas #EAE283

RGB

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

 GREEN value IS 226 (88.67% from 255) = 38.24%

 BLUE value IS 131 (51.56% from 255) = 22.17%

R = 39.59%
G = 38.24%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EAE283 (or 0xEAE283) is known color: Texas. HEX triplet: EA, E2 and 83. RGB value is (234,226,131). Sum of RGB (Red+Green+Blue) = 234+226+131=591 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.59% from 591); Green value is 226 (88.67% from 255 or 38.24% from 591); Blue value is 131 (51.56% from 255 or 22.17% from 591); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE283 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE283 is #151D7C. Grayscale: #D9D9D9. Windows color (decimal): -1383805 or 8643306. OLE color: 8643306.

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

Color convert

RGB 234 226 131 -
CMYK 0 0.03 0.44 0.08
HSL 55.34º 0.71% 0.72% -
HSV(B) 55.34º 0.44% 0.92% -
XYZ 65.22 73.52 32.23 -
YUV 217.56 79.15 139.72 -
System Red Green Blue C M Y K H S L
Decimal 234 226 131 0 0.03 0.44 0.08 55.34 0.71 0.72
Hex EA E2 83 0 3 2C 8 37 47 48
Octal 352 342 203 0 3 54 10 67 107 110
Binary 11101010 11100010 10000011 0 11 101100 1000 110111 1000111 1001000

Color Harmonies of #EAE283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE283

Black with #EAE283

Text Example


Text Example

White with #EAE283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE283; }

 p { color: rgb(234,226,131); }

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

background-color css

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

 a { background-color: rgb(234,226,131); }

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

border-color css

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

 span { border-color: rgb(234,226,131); }

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