Html Css Color HEX #EDBC4E Cream Can

📋 copy color: '#EDBC4E'

red 237 ◦ green 188 ◦ blue 78

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

Shades of Cream Can #EDBC4E

Tints of Cream Can #EDBC4E

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.38%

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

R = 47.12%
G = 37.38%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EDBC4E (or 0xEDBC4E) is known color: Cream Can. HEX triplet: ED, BC and 4E. RGB value is (237,188,78). Sum of RGB (Red+Green+Blue) = 237+188+78=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 188 (73.83% from 255 or 37.38% from 503); Blue value is 78 (30.86% from 255 or 15.51% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBC4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBC4E is #1243B1. Grayscale: #BEBEBE. Windows color (decimal): -1196978 or 5160173. OLE color: 5160173.

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

Color convert

RGB 237 188 78 -
CMYK 0 0.21 0.67 0.07
HSL 41.51º 0.82% 0.62% -
HSV(B) 41.51º 0.67% 0.93% -
XYZ 54.28 54.52 14.87 -
YUV 190.11 64.73 161.44 -
System Red Green Blue C M Y K H S L
Decimal 237 188 78 0 0.21 0.67 0.07 41.51 0.82 0.62
Hex ED BC 4E 0 15 43 7 2A 52 3E
Octal 355 274 116 0 25 103 7 52 122 76
Binary 11101101 10111100 1001110 0 10101 1000011 111 101010 1010010 111110

Color Harmonies of #EDBC4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBC4E

Black with #EDBC4E

Text Example


Text Example

White with #EDBC4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBC4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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