Html Css Color HEX #EAA54B Casablanca

📋 copy color: '#EAA54B'

red 234 ◦ green 165 ◦ blue 75

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

Shades of Casablanca #EAA54B

Tints of Casablanca #EAA54B

RGB

 RED value IS 234 (91.8% from 255) = 49.37%

 GREEN value IS 165 (64.84% from 255) = 34.81%

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

R = 49.37%
G = 34.81%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EAA54B (or 0xEAA54B) is known color: Casablanca. HEX triplet: EA, A5 and 4B. RGB value is (234,165,75). Sum of RGB (Red+Green+Blue) = 234+165+75=474 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.37% from 474); Green value is 165 (64.84% from 255 or 34.81% from 474); Blue value is 75 (29.69% from 255 or 15.82% from 474); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA54B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA54B is #155AB4. Grayscale: #AFAFAF. Windows color (decimal): -1399477 or 4957674. OLE color: 4957674.

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

Color convert

RGB 234 165 75 -
CMYK 0 0.29 0.68 0.08
HSL 33.96º 0.79% 0.61% -
HSV(B) 33.96º 0.68% 0.92% -
XYZ 48.66 44.91 12.76 -
YUV 175.37 71.36 169.82 -
System Red Green Blue C M Y K H S L
Decimal 234 165 75 0 0.29 0.68 0.08 33.96 0.79 0.61
Hex EA A5 4B 0 1D 44 8 22 4F 3D
Octal 352 245 113 0 35 104 10 42 117 75
Binary 11101010 10100101 1001011 0 11101 1000100 1000 100010 1001111 111101

Color Harmonies of #EAA54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA54B

Black with #EAA54B

Text Example


Text Example

White with #EAA54B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA54B; }

 p { color: rgb(234,165,75); }

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

background-color css

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

 a { background-color: rgb(234,165,75); }

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

border-color css

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

 span { border-color: rgb(234,165,75); }

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