Html Css Color HEX #EDD27D Buff

📋 copy color: '#EDD27D'

red 237 ◦ green 210 ◦ blue 125

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

Shades of Buff #EDD27D

Tints of Buff #EDD27D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.71%

 BLUE value IS 125 (49.22% from 255) = 21.85%

R = 41.43%
G = 36.71%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EDD27D (or 0xEDD27D) is known color: Buff. HEX triplet: ED, D2 and 7D. RGB value is (237,210,125). Sum of RGB (Red+Green+Blue) = 237+210+125=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 210 (82.42% from 255 or 36.71% from 572); Blue value is 125 (49.22% from 255 or 21.85% from 572); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD27D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD27D is #122D82. Grayscale: #D0D0D0. Windows color (decimal): -1191299 or 8245997. OLE color: 8245997.

HSL color Cylindrical-coordinate representation of color #EDD27D: hue angle of 45.54º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EDD27D is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 210 125 -
CMYK 0 0.11 0.47 0.07
HSL 45.54º 0.76% 0.71% -
HSV(B) 45.54º 0.47% 0.93% -
XYZ 61.67 65.58 28.81 -
YUV 208.38 80.95 148.41 -
System Red Green Blue C M Y K H S L
Decimal 237 210 125 0 0.11 0.47 0.07 45.54 0.76 0.71
Hex ED D2 7D 0 B 2F 7 2E 4C 47
Octal 355 322 175 0 13 57 7 56 114 107
Binary 11101101 11010010 1111101 0 1011 101111 111 101110 1001100 1000111

Color Harmonies of #EDD27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD27D

Black with #EDD27D

Text Example


Text Example

White with #EDD27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD27D; }

 p { color: rgb(237,210,125); }

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

background-color css

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

 a { background-color: rgb(237,210,125); }

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

border-color css

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

 span { border-color: rgb(237,210,125); }

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