Html Css Color HEX #EBAF4D Casablanca

📋 copy color: '#EBAF4D'

red 235 ◦ green 175 ◦ blue 77

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

Shades of Casablanca #EBAF4D

Tints of Casablanca #EBAF4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.81%

R = 48.25%
G = 35.93%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EBAF4D (or 0xEBAF4D) is known color: Casablanca. HEX triplet: EB, AF and 4D. RGB value is (235,175,77). Sum of RGB (Red+Green+Blue) = 235+175+77=487 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.25% from 487); Green value is 175 (68.75% from 255 or 35.93% from 487); Blue value is 77 (30.47% from 255 or 15.81% from 487); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAF4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBAF4D is #1450B2. Grayscale: #B6B6B6. Windows color (decimal): -1331379 or 5091307. OLE color: 5091307.

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

Color convert

RGB 235 175 77 -
CMYK 0 0.26 0.67 0.08
HSL 37.22º 0.8% 0.61% -
HSV(B) 37.22º 0.67% 0.92% -
XYZ 50.93 48.86 13.77 -
YUV 181.77 68.88 165.97 -
System Red Green Blue C M Y K H S L
Decimal 235 175 77 0 0.26 0.67 0.08 37.22 0.8 0.61
Hex EB AF 4D 0 1A 43 8 25 50 3D
Octal 353 257 115 0 32 103 10 45 120 75
Binary 11101011 10101111 1001101 0 11010 1000011 1000 100101 1010000 111101

Color Harmonies of #EBAF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBAF4D

Black with #EBAF4D

Text Example


Text Example

White with #EBAF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBAF4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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