Html Css Color HEX #EDEA83 Texas

📋 copy color: '#EDEA83'

red 237 ◦ green 234 ◦ blue 131

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

Shades of Texas #EDEA83

Tints of Texas #EDEA83

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

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

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

Color convert

RGB 237 234 131 -
CMYK 0 0.01 0.45 0.07
HSL 58.3º 0.75% 0.72% -
HSV(B) 58.3º 0.45% 0.93% -
XYZ 68.44 78.49 33.02 -
YUV 223.16 75.99 137.88 -
System Red Green Blue C M Y K H S L
Decimal 237 234 131 0 0.01 0.45 0.07 58.3 0.75 0.72
Hex ED EA 83 0 1 2D 7 3A 4B 48
Octal 355 352 203 0 1 55 7 72 113 110
Binary 11101101 11101010 10000011 0 1 101101 111 111010 1001011 1001000

Color Harmonies of #EDEA83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEA83

Black with #EDEA83

Text Example


Text Example

White with #EDEA83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEA83; }

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

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

background-color css

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

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

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

border-color css

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

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

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