Html Css Color HEX #EAE783 Texas

📋 copy color: '#EAE783'

red 234 ◦ green 231 ◦ blue 131

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

Shades of Texas #EAE783

Tints of Texas #EAE783

RGB

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

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

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

R = 39.26%
G = 38.76%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EAE783 (or 0xEAE783) is known color: Texas. HEX triplet: EA, E7 and 83. RGB value is (234,231,131). Sum of RGB (Red+Green+Blue) = 234+231+131=596 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.26% from 596); Green value is 231 (90.62% from 255 or 38.76% from 596); Blue value is 131 (51.56% from 255 or 21.98% from 596); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE783 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAE783 is #15187C. Grayscale: #DCDCDC. Windows color (decimal): -1382525 or 8644586. OLE color: 8644586.

HSL color Cylindrical-coordinate representation of color #EAE783: hue angle of 58.25º 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 #EAE783 is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 231 131 -
CMYK 0 0.01 0.44 0.08
HSL 58.25º 0.71% 0.72% -
HSV(B) 58.25º 0.44% 0.92% -
XYZ 66.6 76.28 32.69 -
YUV 220.5 77.49 137.63 -
System Red Green Blue C M Y K H S L
Decimal 234 231 131 0 0.01 0.44 0.08 58.25 0.71 0.72
Hex EA E7 83 0 1 2C 8 3A 47 48
Octal 352 347 203 0 1 54 10 72 107 110
Binary 11101010 11100111 10000011 0 1 101100 1000 111010 1000111 1001000

Color Harmonies of #EAE783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE783

Black with #EAE783

Text Example


Text Example

White with #EAE783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE783; }

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

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

background-color css

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

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

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

border-color css

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

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

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