Html Css Color HEX #EAED83 Texas

📋 copy color: '#EAED83'

red 234 ◦ green 237 ◦ blue 131

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

Shades of Texas #EAED83

Tints of Texas #EAED83

RGB

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

 GREEN value IS 237 (92.97% from 255) = 39.37%

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

R = 38.87%
G = 39.37%
B = 21.76%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EAED83 (or 0xEAED83) is known color: Texas. HEX triplet: EA, ED and 83. RGB value is (234,237,131). Sum of RGB (Red+Green+Blue) = 234+237+131=602 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.87% from 602); Green value is 237 (92.97% from 255 or 39.37% from 602); Blue value is 131 (51.56% from 255 or 21.76% from 602); Max value from RGB is 237 - color contains mainly: green. Hex color #EAED83 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAED83 is #15127C. Grayscale: #E0E0E0. Windows color (decimal): -1380989 or 8646122. OLE color: 8646122.

HSL color Cylindrical-coordinate representation of color #EAED83: hue angle of 61.7º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EAED83 is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB 234 237 131 -
CMYK 0.01 0 0.45 0.07
HSL 61.7º 0.75% 0.72% -
HSV(B) 61.7º 0.45% 0.93% -
XYZ 68.31 79.7 33.26 -
YUV 224.02 75.51 135.12 -
System Red Green Blue C M Y K H S L
Decimal 234 237 131 0.01 0 0.45 0.07 61.7 0.75 0.72
Hex EA ED 83 1 0 2D 7 3E 4B 48
Octal 352 355 203 1 0 55 7 76 113 110
Binary 11101010 11101101 10000011 1 0 101101 111 111110 1001011 1001000

Color Harmonies of #EAED83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAED83

Black with #EAED83

Text Example


Text Example

White with #EAED83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAED83; }

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

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

background-color css

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

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

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

border-color css

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

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

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