Html Css Color HEX #EDE28F Khaki

📋 copy color: '#EDE28F'

red 237 ◦ green 226 ◦ blue 143

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

Shades of Khaki #EDE28F

Tints of Khaki #EDE28F

RGB

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

 GREEN value IS 226 (88.67% from 255) = 37.29%

 BLUE value IS 143 (56.25% from 255) = 23.6%

R = 39.11%
G = 37.29%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EDE28F (or 0xEDE28F) is known color: Khaki. HEX triplet: ED, E2 and 8F. RGB value is (237,226,143). Sum of RGB (Red+Green+Blue) = 237+226+143=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 226 (88.67% from 255 or 37.29% from 606); Blue value is 143 (56.25% from 255 or 23.60% from 606); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE28F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE28F is #121D70. Grayscale: #DCDCDC. Windows color (decimal): -1187185 or 9429741. OLE color: 9429741.

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

Color convert

RGB 237 226 143 -
CMYK 0 0.05 0.40 0.07
HSL 52.98º 0.72% 0.75% -
HSV(B) 52.98º 0.4% 0.93% -
XYZ 67.08 74.38 36.81 -
YUV 219.83 84.64 140.25 -
System Red Green Blue C M Y K H S L
Decimal 237 226 143 0 0.05 0.40 0.07 52.98 0.72 0.75
Hex ED E2 8F 0 5 28 7 35 48 4B
Octal 355 342 217 0 5 50 7 65 110 113
Binary 11101101 11100010 10001111 0 101 101000 111 110101 1001000 1001011

Color Harmonies of #EDE28F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE28F

Black with #EDE28F

Text Example


Text Example

White with #EDE28F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE28F; }

 p { color: rgb(237,226,143); }

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

background-color css

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

 a { background-color: rgb(237,226,143); }

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

border-color css

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

 span { border-color: rgb(237,226,143); }

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