Html Css Color HEX #EDE790 Khaki

📋 copy color: '#EDE790'

red 237 ◦ green 231 ◦ blue 144

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

Shades of Khaki #EDE790

Tints of Khaki #EDE790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 23.53%

R = 38.73%
G = 37.75%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EDE790 (or 0xEDE790) is known color: Khaki. HEX triplet: ED, E7 and 90. RGB value is (237,231,144). Sum of RGB (Red+Green+Blue) = 237+231+144=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 231 (90.62% from 255 or 37.75% from 612); Blue value is 144 (56.64% from 255 or 23.53% from 612); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE790 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE790 is #12186F. Grayscale: #DFDFDF. Windows color (decimal): -1185904 or 9496557. OLE color: 9496557.

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

Color convert

RGB 237 231 144 -
CMYK 0 0.03 0.39 0.07
HSL 56.13º 0.72% 0.75% -
HSV(B) 56.13º 0.39% 0.93% -
XYZ 68.54 77.17 37.67 -
YUV 222.88 83.49 138.07 -
System Red Green Blue C M Y K H S L
Decimal 237 231 144 0 0.03 0.39 0.07 56.13 0.72 0.75
Hex ED E7 90 0 3 27 7 38 48 4B
Octal 355 347 220 0 3 47 7 70 110 113
Binary 11101101 11100111 10010000 0 11 100111 111 111000 1001000 1001011

Color Harmonies of #EDE790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE790

Black with #EDE790

Text Example


Text Example

White with #EDE790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE790; }

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

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

background-color css

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

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

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

border-color css

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

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

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