Html Css Color HEX #EBAF4A Casablanca

📋 copy color: '#EBAF4A'

red 235 ◦ green 175 ◦ blue 74

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

Shades of Casablanca #EBAF4A

Tints of Casablanca #EBAF4A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.16%

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

R = 48.55%
G = 36.16%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EBAF4A (or 0xEBAF4A) is known color: Casablanca. HEX triplet: EB, AF and 4A. RGB value is (235,175,74). Sum of RGB (Red+Green+Blue) = 235+175+74=484 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.55% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 74 (29.30% from 255 or 15.29% from 484); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAF4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBAF4A is #1450B5. Grayscale: #B5B5B5. Windows color (decimal): -1331382 or 4894699. OLE color: 4894699.

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

Color convert

RGB 235 175 74 -
CMYK 0 0.26 0.69 0.08
HSL 37.64º 0.8% 0.61% -
HSV(B) 37.64º 0.69% 0.92% -
XYZ 50.83 48.82 13.22 -
YUV 181.43 67.38 166.21 -
System Red Green Blue C M Y K H S L
Decimal 235 175 74 0 0.26 0.69 0.08 37.64 0.8 0.61
Hex EB AF 4A 0 1A 45 8 26 50 3D
Octal 353 257 112 0 32 105 10 46 120 75
Binary 11101011 10101111 1001010 0 11010 1000101 1000 100110 1010000 111101

Color Harmonies of #EBAF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAF4A

Black with #EBAF4A

Text Example


Text Example

White with #EBAF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAF4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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