Html Css Color HEX #EDE385 Khaki

📋 copy color: '#EDE385'

red 237 ◦ green 227 ◦ blue 133

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

Shades of Khaki #EDE385

Tints of Khaki #EDE385

RGB

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

 GREEN value IS 227 (89.06% from 255) = 38.02%

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

R = 39.7%
G = 38.02%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EDE385 (or 0xEDE385) is known color: Khaki. HEX triplet: ED, E3 and 85. RGB value is (237,227,133). Sum of RGB (Red+Green+Blue) = 237+227+133=597 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.70% from 597); Green value is 227 (89.06% from 255 or 38.02% from 597); Blue value is 133 (52.34% from 255 or 22.28% from 597); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE385 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE385 is #121C7A. Grayscale: #DBDBDB. Windows color (decimal): -1186939 or 8774637. OLE color: 8774637.

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

Color convert

RGB 237 227 133 -
CMYK 0 0.04 0.44 0.07
HSL 54.23º 0.74% 0.73% -
HSV(B) 54.23º 0.44% 0.93% -
XYZ 66.63 74.64 33.08 -
YUV 219.27 79.31 140.64 -
System Red Green Blue C M Y K H S L
Decimal 237 227 133 0 0.04 0.44 0.07 54.23 0.74 0.73
Hex ED E3 85 0 4 2C 7 36 4A 49
Octal 355 343 205 0 4 54 7 66 112 111
Binary 11101101 11100011 10000101 0 100 101100 111 110110 1001010 1001001

Color Harmonies of #EDE385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE385

Black with #EDE385

Text Example


Text Example

White with #EDE385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE385; }

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

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

background-color css

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

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

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

border-color css

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

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

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