Html Css Color HEX #EDE78C Khaki

📋 copy color: '#EDE78C'

red 237 ◦ green 231 ◦ blue 140

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

Shades of Khaki #EDE78C

Tints of Khaki #EDE78C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 23.03%

R = 38.98%
G = 37.99%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EDE78C (or 0xEDE78C) is known color: Khaki. HEX triplet: ED, E7 and 8C. RGB value is (237,231,140). Sum of RGB (Red+Green+Blue) = 237+231+140=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 231 (90.62% from 255 or 37.99% from 608); Blue value is 140 (55.08% from 255 or 23.03% from 608); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE78C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE78C is #121873. Grayscale: #DEDEDE. Windows color (decimal): -1185908 or 9234413. OLE color: 9234413.

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

Color convert

RGB 237 231 140 -
CMYK 0 0.03 0.41 0.07
HSL 56.29º 0.73% 0.74% -
HSV(B) 56.29º 0.41% 0.93% -
XYZ 68.23 77.05 36.09 -
YUV 222.42 81.49 138.4 -
System Red Green Blue C M Y K H S L
Decimal 237 231 140 0 0.03 0.41 0.07 56.29 0.73 0.74
Hex ED E7 8C 0 3 29 7 38 49 4A
Octal 355 347 214 0 3 51 7 70 111 112
Binary 11101101 11100111 10001100 0 11 101001 111 111000 1001001 1001010

Color Harmonies of #EDE78C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE78C

Black with #EDE78C

Text Example


Text Example

White with #EDE78C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE78C; }

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

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

background-color css

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

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

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

border-color css

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

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

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