Html Css Color HEX #EDD27E Buff

📋 copy color: '#EDD27E'

red 237 ◦ green 210 ◦ blue 126

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

Shades of Buff #EDD27E

Tints of Buff #EDD27E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 21.99%

R = 41.36%
G = 36.65%
B = 21.99%

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

#EDD27E (or 0xEDD27E) is known color: Buff. HEX triplet: ED, D2 and 7E. RGB value is (237,210,126). Sum of RGB (Red+Green+Blue) = 237+210+126=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 210 (82.42% from 255 or 36.65% from 573); Blue value is 126 (49.61% from 255 or 21.99% from 573); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD27E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD27E is #122D81. Grayscale: #D0D0D0. Windows color (decimal): -1191298 or 8311533. OLE color: 8311533.

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

Color convert

RGB 237 210 126 -
CMYK 0 0.11 0.47 0.07
HSL 45.41º 0.76% 0.71% -
HSV(B) 45.41º 0.47% 0.93% -
XYZ 61.74 65.6 29.15 -
YUV 208.5 81.45 148.33 -
System Red Green Blue C M Y K H S L
Decimal 237 210 126 0 0.11 0.47 0.07 45.41 0.76 0.71
Hex ED D2 7E 0 B 2F 7 2D 4C 47
Octal 355 322 176 0 13 57 7 55 114 107
Binary 11101101 11010010 1111110 0 1011 101111 111 101101 1001100 1000111

Color Harmonies of #EDD27E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD27E

Black with #EDD27E

Text Example


Text Example

White with #EDD27E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD27E; }

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

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

background-color css

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

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

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

border-color css

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

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

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