Html Css Color HEX #EBBD4D Cream Can

📋 copy color: '#EBBD4D'

red 235 ◦ green 189 ◦ blue 77

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

Shades of Cream Can #EBBD4D

Tints of Cream Can #EBBD4D

RGB

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

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

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

R = 46.91%
G = 37.72%
B = 15.37%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EBBD4D (or 0xEBBD4D) is known color: Cream Can. HEX triplet: EB, BD and 4D. RGB value is (235,189,77). Sum of RGB (Red+Green+Blue) = 235+189+77=501 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.91% from 501); Green value is 189 (74.22% from 255 or 37.72% from 501); Blue value is 77 (30.47% from 255 or 15.37% from 501); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBD4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBBD4D is #1442B2. Grayscale: #BEBEBE. Windows color (decimal): -1327795 or 5094891. OLE color: 5094891.

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

Color convert

RGB 235 189 77 -
CMYK 0 0.20 0.67 0.08
HSL 42.53º 0.8% 0.61% -
HSV(B) 42.53º 0.67% 0.92% -
XYZ 53.8 54.59 14.72 -
YUV 189.99 64.24 160.11 -
System Red Green Blue C M Y K H S L
Decimal 235 189 77 0 0.20 0.67 0.08 42.53 0.8 0.61
Hex EB BD 4D 0 14 43 8 2B 50 3D
Octal 353 275 115 0 24 103 10 53 120 75
Binary 11101011 10111101 1001101 0 10100 1000011 1000 101011 1010000 111101

Color Harmonies of #EBBD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBBD4D

Black with #EBBD4D

Text Example


Text Example

White with #EBBD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBBD4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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