Html Css Color HEX #EDE583 Texas

📋 copy color: '#EDE583'

red 237 ◦ green 229 ◦ blue 131

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

Shades of Texas #EDE583

Tints of Texas #EDE583

RGB

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

 GREEN value IS 229 (89.84% from 255) = 38.36%

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

R = 39.7%
G = 38.36%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EDE583 (or 0xEDE583) is known color: Texas. HEX triplet: ED, E5 and 83. RGB value is (237,229,131). Sum of RGB (Red+Green+Blue) = 237+229+131=597 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.70% from 597); Green value is 229 (89.84% from 255 or 38.36% from 597); Blue value is 131 (51.56% from 255 or 21.94% from 597); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE583 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE583 is #121A7C. Grayscale: #DCDCDC. Windows color (decimal): -1186429 or 8644077. OLE color: 8644077.

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

Color convert

RGB 237 229 131 -
CMYK 0 0.03 0.45 0.07
HSL 55.47º 0.75% 0.72% -
HSV(B) 55.47º 0.45% 0.93% -
XYZ 67.04 75.68 32.55 -
YUV 220.22 77.65 139.97 -
System Red Green Blue C M Y K H S L
Decimal 237 229 131 0 0.03 0.45 0.07 55.47 0.75 0.72
Hex ED E5 83 0 3 2D 7 37 4B 48
Octal 355 345 203 0 3 55 7 67 113 110
Binary 11101101 11100101 10000011 0 11 101101 111 110111 1001011 1001000

Color Harmonies of #EDE583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE583

Black with #EDE583

Text Example


Text Example

White with #EDE583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE583; }

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

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

background-color css

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

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

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

border-color css

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

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

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