Html Css Color HEX #EBA44F Casablanca

📋 copy color: '#EBA44F'

red 235 ◦ green 164 ◦ blue 79

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

Shades of Casablanca #EBA44F

Tints of Casablanca #EBA44F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 16.53%

R = 49.16%
G = 34.31%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EBA44F (or 0xEBA44F) is known color: Casablanca. HEX triplet: EB, A4 and 4F. RGB value is (235,164,79). Sum of RGB (Red+Green+Blue) = 235+164+79=478 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.16% from 478); Green value is 164 (64.45% from 255 or 34.31% from 478); Blue value is 79 (31.25% from 255 or 16.53% from 478); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA44F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA44F is #145BB0. Grayscale: #AFAFAF. Windows color (decimal): -1334193 or 5219563. OLE color: 5219563.

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

Color convert

RGB 235 164 79 -
CMYK 0 0.30 0.66 0.08
HSL 32.69º 0.8% 0.62% -
HSV(B) 32.69º 0.66% 0.92% -
XYZ 48.95 44.78 13.46 -
YUV 175.54 73.52 170.41 -
System Red Green Blue C M Y K H S L
Decimal 235 164 79 0 0.30 0.66 0.08 32.69 0.8 0.62
Hex EB A4 4F 0 1E 42 8 21 50 3E
Octal 353 244 117 0 36 102 10 41 120 76
Binary 11101011 10100100 1001111 0 11110 1000010 1000 100001 1010000 111110

Color Harmonies of #EBA44F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA44F

Black with #EBA44F

Text Example


Text Example

White with #EBA44F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA44F; }

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

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

background-color css

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

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

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

border-color css

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

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

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