Html Css Color HEX #EDE68D Khaki

📋 copy color: '#EDE68D'

red 237 ◦ green 230 ◦ blue 141

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

Shades of Khaki #EDE68D

Tints of Khaki #EDE68D

RGB

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

 GREEN value IS 230 (90.23% from 255) = 37.83%

 BLUE value IS 141 (55.47% from 255) = 23.19%

R = 38.98%
G = 37.83%
B = 23.19%

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

#EDE68D (or 0xEDE68D) is known color: Khaki. HEX triplet: ED, E6 and 8D. RGB value is (237,230,141). Sum of RGB (Red+Green+Blue) = 237+230+141=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 230 (90.23% from 255 or 37.83% from 608); Blue value is 141 (55.47% from 255 or 23.19% from 608); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE68D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE68D is #121972. Grayscale: #DEDEDE. Windows color (decimal): -1186163 or 9299693. OLE color: 9299693.

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

Color convert

RGB 237 230 141 -
CMYK 0 0.03 0.41 0.07
HSL 55.63º 0.73% 0.74% -
HSV(B) 55.63º 0.41% 0.93% -
XYZ 68.03 76.52 36.38 -
YUV 221.95 82.32 138.74 -
System Red Green Blue C M Y K H S L
Decimal 237 230 141 0 0.03 0.41 0.07 55.63 0.73 0.74
Hex ED E6 8D 0 3 29 7 38 49 4A
Octal 355 346 215 0 3 51 7 70 111 112
Binary 11101101 11100110 10001101 0 11 101001 111 111000 1001001 1001010

Color Harmonies of #EDE68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE68D

Black with #EDE68D

Text Example


Text Example

White with #EDE68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE68D; }

 p { color: rgb(237,230,141); }

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

background-color css

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

 a { background-color: rgb(237,230,141); }

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

border-color css

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

 span { border-color: rgb(237,230,141); }

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