Html Css Color HEX #EBA84A Casablanca

📋 copy color: '#EBA84A'

red 235 ◦ green 168 ◦ blue 74

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

Shades of Casablanca #EBA84A

Tints of Casablanca #EBA84A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.22%

 BLUE value IS 74 (29.3% from 255) = 15.51%

R = 49.27%
G = 35.22%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EBA84A (or 0xEBA84A) is known color: Casablanca. HEX triplet: EB, A8 and 4A. RGB value is (235,168,74). Sum of RGB (Red+Green+Blue) = 235+168+74=477 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.27% from 477); Green value is 168 (66.02% from 255 or 35.22% from 477); Blue value is 74 (29.30% from 255 or 15.51% from 477); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA84A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA84A is #1457B5. Grayscale: #B1B1B1. Windows color (decimal): -1333174 or 4892907. OLE color: 4892907.

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

Color convert

RGB 235 168 74 -
CMYK 0 0.29 0.69 0.08
HSL 35.03º 0.8% 0.61% -
HSV(B) 35.03º 0.69% 0.92% -
XYZ 49.5 46.16 12.78 -
YUV 177.32 69.7 169.14 -
System Red Green Blue C M Y K H S L
Decimal 235 168 74 0 0.29 0.69 0.08 35.03 0.8 0.61
Hex EB A8 4A 0 1D 45 8 23 50 3D
Octal 353 250 112 0 35 105 10 43 120 75
Binary 11101011 10101000 1001010 0 11101 1000101 1000 100011 1010000 111101

Color Harmonies of #EBA84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA84A

Black with #EBA84A

Text Example


Text Example

White with #EBA84A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA84A; }

 p { color: rgb(235,168,74); }

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

background-color css

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

 a { background-color: rgb(235,168,74); }

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

border-color css

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

 span { border-color: rgb(235,168,74); }

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