Html Css Color HEX #EBA44C Casablanca

📋 copy color: '#EBA44C'

red 235 ◦ green 164 ◦ blue 76

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

Shades of Casablanca #EBA44C

Tints of Casablanca #EBA44C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.53%

 BLUE value IS 76 (30.08% from 255) = 16%

R = 49.47%
G = 34.53%
B = 16%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EBA44C (or 0xEBA44C) is known color: Casablanca. HEX triplet: EB, A4 and 4C. RGB value is (235,164,76). Sum of RGB (Red+Green+Blue) = 235+164+76=475 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.47% from 475); Green value is 164 (64.45% from 255 or 34.53% from 475); Blue value is 76 (30.08% from 255 or 16% from 475); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA44C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA44C is #145BB3. Grayscale: #AFAFAF. Windows color (decimal): -1334196 or 5022955. OLE color: 5022955.

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

Color convert

RGB 235 164 76 -
CMYK 0 0.30 0.68 0.08
HSL 33.21º 0.8% 0.61% -
HSV(B) 33.21º 0.68% 0.92% -
XYZ 48.84 44.73 12.9 -
YUV 175.2 72.02 170.66 -
System Red Green Blue C M Y K H S L
Decimal 235 164 76 0 0.30 0.68 0.08 33.21 0.8 0.61
Hex EB A4 4C 0 1E 44 8 21 50 3D
Octal 353 244 114 0 36 104 10 41 120 75
Binary 11101011 10100100 1001100 0 11110 1000100 1000 100001 1010000 111101

Color Harmonies of #EBA44C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA44C

Black with #EBA44C

Text Example


Text Example

White with #EBA44C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA44C; }

 p { color: rgb(235,164,76); }

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

background-color css

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

 a { background-color: rgb(235,164,76); }

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

border-color css

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

 span { border-color: rgb(235,164,76); }

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