Html Css Color HEX #EDE585 Texas

📋 copy color: '#EDE585'

red 237 ◦ green 229 ◦ blue 133

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

Shades of Texas #EDE585

Tints of Texas #EDE585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 22.2%

R = 39.57%
G = 38.23%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EDE585 (or 0xEDE585) is known color: Texas. HEX triplet: ED, E5 and 85. RGB value is (237,229,133). Sum of RGB (Red+Green+Blue) = 237+229+133=599 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.57% from 599); Green value is 229 (89.84% from 255 or 38.23% from 599); Blue value is 133 (52.34% from 255 or 22.20% from 599); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE585 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE585 is #121A7A. Grayscale: #DCDCDC. Windows color (decimal): -1186427 or 8775149. OLE color: 8775149.

HSL color Cylindrical-coordinate representation of color #EDE585: hue angle of 55.38º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EDE585 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 229 133 -
CMYK 0 0.03 0.44 0.07
HSL 55.38º 0.74% 0.73% -
HSV(B) 55.38º 0.44% 0.93% -
XYZ 67.18 75.74 33.27 -
YUV 220.45 78.65 139.81 -
System Red Green Blue C M Y K H S L
Decimal 237 229 133 0 0.03 0.44 0.07 55.38 0.74 0.73
Hex ED E5 85 0 3 2C 7 37 4A 49
Octal 355 345 205 0 3 54 7 67 112 111
Binary 11101101 11100101 10000101 0 11 101100 111 110111 1001010 1001001

Color Harmonies of #EDE585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE585

Black with #EDE585

Text Example


Text Example

White with #EDE585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE585; }

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

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

background-color css

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

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

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

border-color css

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

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

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