Html Css Color HEX #EDE885 Texas

📋 copy color: '#EDE885'

red 237 ◦ green 232 ◦ blue 133

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

Shades of Texas #EDE885

Tints of Texas #EDE885

RGB

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

 GREEN value IS 232 (91.02% from 255) = 38.54%

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

R = 39.37%
G = 38.54%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EDE885 (or 0xEDE885) is known color: Texas. HEX triplet: ED, E8 and 85. RGB value is (237,232,133). Sum of RGB (Red+Green+Blue) = 237+232+133=602 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.37% from 602); Green value is 232 (91.02% from 255 or 38.54% from 602); Blue value is 133 (52.34% from 255 or 22.09% from 602); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE885 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE885 is #12177A. Grayscale: #DEDEDE. Windows color (decimal): -1185659 or 8775917. OLE color: 8775917.

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

Color convert

RGB 237 232 133 -
CMYK 0 0.02 0.44 0.07
HSL 57.12º 0.74% 0.73% -
HSV(B) 57.12º 0.44% 0.93% -
XYZ 68.02 77.41 33.55 -
YUV 222.21 77.66 138.55 -
System Red Green Blue C M Y K H S L
Decimal 237 232 133 0 0.02 0.44 0.07 57.12 0.74 0.73
Hex ED E8 85 0 2 2C 7 39 4A 49
Octal 355 350 205 0 2 54 7 71 112 111
Binary 11101101 11101000 10000101 0 10 101100 111 111001 1001010 1001001

Color Harmonies of #EDE885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE885

Black with #EDE885

Text Example


Text Example

White with #EDE885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE885; }

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

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

background-color css

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

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

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

border-color css

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

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

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