Html Css Color HEX #EDBC4D Cream Can

📋 copy color: '#EDBC4D'

red 237 ◦ green 188 ◦ blue 77

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

Shades of Cream Can #EDBC4D

Tints of Cream Can #EDBC4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.34%

R = 47.21%
G = 37.45%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EDBC4D (or 0xEDBC4D) is known color: Cream Can. HEX triplet: ED, BC and 4D. RGB value is (237,188,77). Sum of RGB (Red+Green+Blue) = 237+188+77=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 77 (30.47% from 255 or 15.34% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBC4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBC4D is #1243B2. Grayscale: #BEBEBE. Windows color (decimal): -1196979 or 5094637. OLE color: 5094637.

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

Color convert

RGB 237 188 77 -
CMYK 0 0.21 0.68 0.07
HSL 41.63º 0.82% 0.62% -
HSV(B) 41.63º 0.68% 0.93% -
XYZ 54.25 54.51 14.68 -
YUV 190 64.23 161.53 -
System Red Green Blue C M Y K H S L
Decimal 237 188 77 0 0.21 0.68 0.07 41.63 0.82 0.62
Hex ED BC 4D 0 15 44 7 2A 52 3E
Octal 355 274 115 0 25 104 7 52 122 76
Binary 11101101 10111100 1001101 0 10101 1000100 111 101010 1010010 111110

Color Harmonies of #EDBC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBC4D

Black with #EDBC4D

Text Example


Text Example

White with #EDBC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBC4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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