Html Css Color HEX #EBC34D Cream Can

📋 copy color: '#EBC34D'

red 235 ◦ green 195 ◦ blue 77

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

Shades of Cream Can #EBC34D

Tints of Cream Can #EBC34D

RGB

 RED value IS 235 (92.19% from 255) = 46.35%

 GREEN value IS 195 (76.56% from 255) = 38.46%

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

R = 46.35%
G = 38.46%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EBC34D (or 0xEBC34D) is known color: Cream Can. HEX triplet: EB, C3 and 4D. RGB value is (235,195,77). Sum of RGB (Red+Green+Blue) = 235+195+77=507 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.35% from 507); Green value is 195 (76.56% from 255 or 38.46% from 507); Blue value is 77 (30.47% from 255 or 15.19% from 507); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC34D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC34D is #143CB2. Grayscale: #C2C2C2. Windows color (decimal): -1326259 or 5096427. OLE color: 5096427.

HSL color Cylindrical-coordinate representation of color #EBC34D: hue angle of 44.81º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EBC34D is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 195 77 -
CMYK 0 0.17 0.67 0.08
HSL 44.81º 0.8% 0.61% -
HSV(B) 44.81º 0.67% 0.92% -
XYZ 55.12 57.23 15.16 -
YUV 193.51 62.25 157.59 -
System Red Green Blue C M Y K H S L
Decimal 235 195 77 0 0.17 0.67 0.08 44.81 0.8 0.61
Hex EB C3 4D 0 11 43 8 2D 50 3D
Octal 353 303 115 0 21 103 10 55 120 75
Binary 11101011 11000011 1001101 0 10001 1000011 1000 101101 1010000 111101

Color Harmonies of #EBC34D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC34D

Black with #EBC34D

Text Example


Text Example

White with #EBC34D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC34D; }

 p { color: rgb(235,195,77); }

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

background-color css

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

 a { background-color: rgb(235,195,77); }

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

border-color css

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

 span { border-color: rgb(235,195,77); }

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