Html Css Color HEX #EDBC3F Cream Can

📋 copy color: '#EDBC3F'

red 237 ◦ green 188 ◦ blue 63

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

Shades of Cream Can #EDBC3F

Tints of Cream Can #EDBC3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.91%

R = 48.57%
G = 38.52%
B = 12.91%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EDBC3F (or 0xEDBC3F) is known color: Cream Can. HEX triplet: ED, BC and 3F. RGB value is (237,188,63). Sum of RGB (Red+Green+Blue) = 237+188+63=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 188 (73.83% from 255 or 38.52% from 488); Blue value is 63 (25% from 255 or 12.91% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBC3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBC3F is #1243C0. Grayscale: #BCBCBC. Windows color (decimal): -1196993 or 4177133. OLE color: 4177133.

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

Color convert

RGB 237 188 63 -
CMYK 0 0.21 0.73 0.07
HSL 43.1º 0.83% 0.59% -
HSV(B) 43.1º 0.73% 0.93% -
XYZ 53.81 54.33 12.35 -
YUV 188.4 57.23 162.66 -
System Red Green Blue C M Y K H S L
Decimal 237 188 63 0 0.21 0.73 0.07 43.1 0.83 0.59
Hex ED BC 3F 0 15 49 7 2B 53 3B
Octal 355 274 77 0 25 111 7 53 123 73
Binary 11101101 10111100 111111 0 10101 1001001 111 101011 1010011 111011

Color Harmonies of #EDBC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBC3F

Black with #EDBC3F

Text Example


Text Example

White with #EDBC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBC3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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