Html Css Color HEX #EDE08B Khaki

📋 copy color: '#EDE08B'

red 237 ◦ green 224 ◦ blue 139

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

Shades of Khaki #EDE08B

Tints of Khaki #EDE08B

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.33%

 BLUE value IS 139 (54.69% from 255) = 23.17%

R = 39.5%
G = 37.33%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EDE08B (or 0xEDE08B) is known color: Khaki. HEX triplet: ED, E0 and 8B. RGB value is (237,224,139). Sum of RGB (Red+Green+Blue) = 237+224+139=600 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.5% from 600); Green value is 224 (87.89% from 255 or 37.33% from 600); Blue value is 139 (54.69% from 255 or 23.17% from 600); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE08B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE08B is #121F74. Grayscale: #DADADA. Windows color (decimal): -1187701 or 9167085. OLE color: 9167085.

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

Color convert

RGB 237 224 139 -
CMYK 0 0.05 0.41 0.07
HSL 52.04º 0.73% 0.74% -
HSV(B) 52.04º 0.41% 0.93% -
XYZ 66.24 73.18 35.06 -
YUV 218.2 83.31 141.41 -
System Red Green Blue C M Y K H S L
Decimal 237 224 139 0 0.05 0.41 0.07 52.04 0.73 0.74
Hex ED E0 8B 0 5 29 7 34 49 4A
Octal 355 340 213 0 5 51 7 64 111 112
Binary 11101101 11100000 10001011 0 101 101001 111 110100 1001001 1001010

Color Harmonies of #EDE08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE08B

Black with #EDE08B

Text Example


Text Example

White with #EDE08B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE08B; }

 p { color: rgb(237,224,139); }

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

background-color css

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

 a { background-color: rgb(237,224,139); }

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

border-color css

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

 span { border-color: rgb(237,224,139); }

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