Html Css Color HEX #EDE78E Khaki

📋 copy color: '#EDE78E'

red 237 ◦ green 231 ◦ blue 142

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

Shades of Khaki #EDE78E

Tints of Khaki #EDE78E

RGB

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

 GREEN value IS 231 (90.63% from 255) = 37.87%

 BLUE value IS 142 (55.86% from 255) = 23.28%

R = 38.85%
G = 37.87%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EDE78E (or 0xEDE78E) is known color: Khaki. HEX triplet: ED, E7 and 8E. RGB value is (237,231,142). Sum of RGB (Red+Green+Blue) = 237+231+142=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 231 (90.62% from 255 or 37.87% from 610); Blue value is 142 (55.86% from 255 or 23.28% from 610); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE78E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE78E is #121871. Grayscale: #DFDFDF. Windows color (decimal): -1185906 or 9365485. OLE color: 9365485.

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

Color convert

RGB 237 231 142 -
CMYK 0 0.03 0.40 0.07
HSL 56.21º 0.73% 0.74% -
HSV(B) 56.21º 0.4% 0.93% -
XYZ 68.38 77.11 36.87 -
YUV 222.65 82.49 138.24 -
System Red Green Blue C M Y K H S L
Decimal 237 231 142 0 0.03 0.40 0.07 56.21 0.73 0.74
Hex ED E7 8E 0 3 28 7 38 49 4A
Octal 355 347 216 0 3 50 7 70 111 112
Binary 11101101 11100111 10001110 0 11 101000 111 111000 1001001 1001010

Color Harmonies of #EDE78E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE78E

Black with #EDE78E

Text Example


Text Example

White with #EDE78E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE78E; }

 p { color: rgb(237,231,142); }

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

background-color css

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

 a { background-color: rgb(237,231,142); }

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

border-color css

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

 span { border-color: rgb(237,231,142); }

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