Html Css Color HEX #EDE983 Texas

📋 copy color: '#EDE983'

red 237 ◦ green 233 ◦ blue 131

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

Shades of Texas #EDE983

Tints of Texas #EDE983

RGB

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

 GREEN value IS 233 (91.41% from 255) = 38.77%

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

R = 39.43%
G = 38.77%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EDE983 (or 0xEDE983) is known color: Texas. HEX triplet: ED, E9 and 83. RGB value is (237,233,131). Sum of RGB (Red+Green+Blue) = 237+233+131=601 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.43% from 601); Green value is 233 (91.41% from 255 or 38.77% from 601); Blue value is 131 (51.56% from 255 or 21.80% from 601); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE983 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE983 is #12167C. Grayscale: #DEDEDE. Windows color (decimal): -1185405 or 8645101. OLE color: 8645101.

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

Color convert

RGB 237 233 131 -
CMYK 0 0.02 0.45 0.07
HSL 57.74º 0.75% 0.72% -
HSV(B) 57.74º 0.45% 0.93% -
XYZ 68.16 77.92 32.92 -
YUV 222.57 76.33 138.29 -
System Red Green Blue C M Y K H S L
Decimal 237 233 131 0 0.02 0.45 0.07 57.74 0.75 0.72
Hex ED E9 83 0 2 2D 7 3A 4B 48
Octal 355 351 203 0 2 55 7 72 113 110
Binary 11101101 11101001 10000011 0 10 101101 111 111010 1001011 1001000

Color Harmonies of #EDE983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE983

Black with #EDE983

Text Example


Text Example

White with #EDE983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE983; }

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

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

background-color css

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

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

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

border-color css

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

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

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