Html Css Color HEX #EDE28B Khaki

📋 copy color: '#EDE28B'

red 237 ◦ green 226 ◦ blue 139

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

Shades of Khaki #EDE28B

Tints of Khaki #EDE28B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 23.09%

R = 39.37%
G = 37.54%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EDE28B (or 0xEDE28B) is known color: Khaki. HEX triplet: ED, E2 and 8B. RGB value is (237,226,139). Sum of RGB (Red+Green+Blue) = 237+226+139=602 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.37% from 602); Green value is 226 (88.67% from 255 or 37.54% from 602); Blue value is 139 (54.69% from 255 or 23.09% from 602); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE28B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE28B is #121D74. Grayscale: #DBDBDB. Windows color (decimal): -1187189 or 9167597. OLE color: 9167597.

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

Color convert

RGB 237 226 139 -
CMYK 0 0.05 0.41 0.07
HSL 53.27º 0.73% 0.74% -
HSV(B) 53.27º 0.41% 0.93% -
XYZ 66.78 74.26 35.24 -
YUV 219.37 82.64 140.57 -
System Red Green Blue C M Y K H S L
Decimal 237 226 139 0 0.05 0.41 0.07 53.27 0.73 0.74
Hex ED E2 8B 0 5 29 7 35 49 4A
Octal 355 342 213 0 5 51 7 65 111 112
Binary 11101101 11100010 10001011 0 101 101001 111 110101 1001001 1001010

Color Harmonies of #EDE28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE28B

Black with #EDE28B

Text Example


Text Example

White with #EDE28B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE28B; }

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

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

background-color css

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

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

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

border-color css

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

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

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