Html Css Color HEX #EDE582 Texas

📋 copy color: '#EDE582'

red 237 ◦ green 229 ◦ blue 130

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

Shades of Texas #EDE582

Tints of Texas #EDE582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 21.81%

R = 39.77%
G = 38.42%
B = 21.81%

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

#EDE582 (or 0xEDE582) is known color: Texas. HEX triplet: ED, E5 and 82. RGB value is (237,229,130). Sum of RGB (Red+Green+Blue) = 237+229+130=596 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.77% from 596); Green value is 229 (89.84% from 255 or 38.42% from 596); Blue value is 130 (51.17% from 255 or 21.81% from 596); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE582 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE582 is #121A7D. Grayscale: #DCDCDC. Windows color (decimal): -1186430 or 8578541. OLE color: 8578541.

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

Color convert

RGB 237 229 130 -
CMYK 0 0.03 0.45 0.07
HSL 55.51º 0.75% 0.72% -
HSV(B) 55.51º 0.45% 0.93% -
XYZ 66.97 75.65 32.19 -
YUV 220.11 77.15 140.05 -
System Red Green Blue C M Y K H S L
Decimal 237 229 130 0 0.03 0.45 0.07 55.51 0.75 0.72
Hex ED E5 82 0 3 2D 7 38 4B 48
Octal 355 345 202 0 3 55 7 70 113 110
Binary 11101101 11100101 10000010 0 11 101101 111 111000 1001011 1001000

Color Harmonies of #EDE582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE582

Black with #EDE582

Text Example


Text Example

White with #EDE582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE582; }

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

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

background-color css

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

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

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

border-color css

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

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

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