Html Css Color HEX #EBA44E Casablanca

📋 copy color: '#EBA44E'

red 235 ◦ green 164 ◦ blue 78

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

Shades of Casablanca #EBA44E

Tints of Casablanca #EBA44E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 16.35%

R = 49.27%
G = 34.38%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EBA44E (or 0xEBA44E) is known color: Casablanca. HEX triplet: EB, A4 and 4E. RGB value is (235,164,78). Sum of RGB (Red+Green+Blue) = 235+164+78=477 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.27% from 477); Green value is 164 (64.45% from 255 or 34.38% from 477); Blue value is 78 (30.86% from 255 or 16.35% from 477); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA44E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA44E is #145BB1. Grayscale: #AFAFAF. Windows color (decimal): -1334194 or 5154027. OLE color: 5154027.

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

Color convert

RGB 235 164 78 -
CMYK 0 0.30 0.67 0.08
HSL 32.87º 0.8% 0.61% -
HSV(B) 32.87º 0.67% 0.92% -
XYZ 48.91 44.76 13.27 -
YUV 175.43 73.02 170.49 -
System Red Green Blue C M Y K H S L
Decimal 235 164 78 0 0.30 0.67 0.08 32.87 0.8 0.61
Hex EB A4 4E 0 1E 43 8 21 50 3D
Octal 353 244 116 0 36 103 10 41 120 75
Binary 11101011 10100100 1001110 0 11110 1000011 1000 100001 1010000 111101

Color Harmonies of #EBA44E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA44E

Black with #EBA44E

Text Example


Text Example

White with #EBA44E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA44E; }

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

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

background-color css

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

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

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

border-color css

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

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

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