Html Css Color HEX #EDBD4E Cream Can

📋 copy color: '#EDBD4E'

red 237 ◦ green 189 ◦ blue 78

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

Shades of Cream Can #EDBD4E

Tints of Cream Can #EDBD4E

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.5%

 BLUE value IS 78 (30.86% from 255) = 15.48%

R = 47.02%
G = 37.5%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EDBD4E (or 0xEDBD4E) is known color: Cream Can. HEX triplet: ED, BD and 4E. RGB value is (237,189,78). Sum of RGB (Red+Green+Blue) = 237+189+78=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 189 (74.22% from 255 or 37.5% from 504); Blue value is 78 (30.86% from 255 or 15.48% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBD4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBD4E is #1242B1. Grayscale: #BFBFBF. Windows color (decimal): -1196722 or 5160429. OLE color: 5160429.

HSL color Cylindrical-coordinate representation of color #EDBD4E: hue angle of 41.89º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EDBD4E is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 189 78 -
CMYK 0 0.20 0.67 0.07
HSL 41.89º 0.82% 0.62% -
HSV(B) 41.89º 0.67% 0.93% -
XYZ 54.5 54.95 14.94 -
YUV 190.7 64.4 161.03 -
System Red Green Blue C M Y K H S L
Decimal 237 189 78 0 0.20 0.67 0.07 41.89 0.82 0.62
Hex ED BD 4E 0 14 43 7 2A 52 3E
Octal 355 275 116 0 24 103 7 52 122 76
Binary 11101101 10111101 1001110 0 10100 1000011 111 101010 1010010 111110

Color Harmonies of #EDBD4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBD4E

Black with #EDBD4E

Text Example


Text Example

White with #EDBD4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBD4E; }

 p { color: rgb(237,189,78); }

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

background-color css

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

 a { background-color: rgb(237,189,78); }

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

border-color css

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

 span { border-color: rgb(237,189,78); }

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