Html Css Color HEX #EBA44B Casablanca

📋 copy color: '#EBA44B'

red 235 ◦ green 164 ◦ blue 75

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

Shades of Casablanca #EBA44B

Tints of Casablanca #EBA44B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.82%

R = 49.58%
G = 34.6%
B = 15.82%

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

#EBA44B (or 0xEBA44B) is known color: Casablanca. HEX triplet: EB, A4 and 4B. RGB value is (235,164,75). Sum of RGB (Red+Green+Blue) = 235+164+75=474 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.58% from 474); Green value is 164 (64.45% from 255 or 34.60% from 474); Blue value is 75 (29.69% from 255 or 15.82% from 474); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA44B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA44B is #145BB4. Grayscale: #AFAFAF. Windows color (decimal): -1334197 or 4957419. OLE color: 4957419.

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

Color convert

RGB 235 164 75 -
CMYK 0 0.30 0.68 0.08
HSL 33.38º 0.8% 0.61% -
HSV(B) 33.38º 0.68% 0.92% -
XYZ 48.81 44.72 12.72 -
YUV 175.08 71.52 170.74 -
System Red Green Blue C M Y K H S L
Decimal 235 164 75 0 0.30 0.68 0.08 33.38 0.8 0.61
Hex EB A4 4B 0 1E 44 8 21 50 3D
Octal 353 244 113 0 36 104 10 41 120 75
Binary 11101011 10100100 1001011 0 11110 1000100 1000 100001 1010000 111101

Color Harmonies of #EBA44B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA44B

Black with #EBA44B

Text Example


Text Example

White with #EBA44B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA44B; }

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

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

background-color css

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

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

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

border-color css

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

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

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