Html Css Color HEX #EDE78A Khaki

📋 copy color: '#EDE78A'

red 237 ◦ green 231 ◦ blue 138

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

Shades of Khaki #EDE78A

Tints of Khaki #EDE78A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 22.77%

R = 39.11%
G = 38.12%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EDE78A (or 0xEDE78A) is known color: Khaki. HEX triplet: ED, E7 and 8A. RGB value is (237,231,138). Sum of RGB (Red+Green+Blue) = 237+231+138=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 231 (90.62% from 255 or 38.12% from 606); Blue value is 138 (54.30% from 255 or 22.77% from 606); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE78A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE78A is #121875. Grayscale: #DEDEDE. Windows color (decimal): -1185910 or 9103341. OLE color: 9103341.

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

Color convert

RGB 237 231 138 -
CMYK 0 0.03 0.42 0.07
HSL 56.36º 0.73% 0.74% -
HSV(B) 56.36º 0.42% 0.93% -
XYZ 68.09 76.99 35.32 -
YUV 222.19 80.49 138.56 -
System Red Green Blue C M Y K H S L
Decimal 237 231 138 0 0.03 0.42 0.07 56.36 0.73 0.74
Hex ED E7 8A 0 3 2A 7 38 49 4A
Octal 355 347 212 0 3 52 7 70 111 112
Binary 11101101 11100111 10001010 0 11 101010 111 111000 1001001 1001010

Color Harmonies of #EDE78A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE78A

Black with #EDE78A

Text Example


Text Example

White with #EDE78A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE78A; }

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

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

background-color css

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

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

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

border-color css

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

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

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