Html Css Color HEX #EDE38F Khaki

📋 copy color: '#EDE38F'

red 237 ◦ green 227 ◦ blue 143

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

Shades of Khaki #EDE38F

Tints of Khaki #EDE38F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 23.56%

R = 39.04%
G = 37.4%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EDE38F (or 0xEDE38F) is known color: Khaki. HEX triplet: ED, E3 and 8F. RGB value is (237,227,143). Sum of RGB (Red+Green+Blue) = 237+227+143=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 227 (89.06% from 255 or 37.40% from 607); Blue value is 143 (56.25% from 255 or 23.56% from 607); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE38F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE38F is #121C70. Grayscale: #DCDCDC. Windows color (decimal): -1186929 or 9429997. OLE color: 9429997.

HSL color Cylindrical-coordinate representation of color #EDE38F: hue angle of 53.62º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EDE38F is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 227 143 -
CMYK 0 0.04 0.40 0.07
HSL 53.62º 0.72% 0.75% -
HSV(B) 53.62º 0.4% 0.93% -
XYZ 67.35 74.93 36.9 -
YUV 220.41 84.31 139.83 -
System Red Green Blue C M Y K H S L
Decimal 237 227 143 0 0.04 0.40 0.07 53.62 0.72 0.75
Hex ED E3 8F 0 4 28 7 36 48 4B
Octal 355 343 217 0 4 50 7 66 110 113
Binary 11101101 11100011 10001111 0 100 101000 111 110110 1001000 1001011

Color Harmonies of #EDE38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE38F

Black with #EDE38F

Text Example


Text Example

White with #EDE38F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE38F; }

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

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

background-color css

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

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

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

border-color css

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

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

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