Html Css Color HEX #EBA74B Casablanca

📋 copy color: '#EBA74B'

red 235 ◦ green 167 ◦ blue 75

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

Shades of Casablanca #EBA74B

Tints of Casablanca #EBA74B

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.01%

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

R = 49.27%
G = 35.01%
B = 15.72%

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

#EBA74B (or 0xEBA74B) is known color: Casablanca. HEX triplet: EB, A7 and 4B. RGB value is (235,167,75). Sum of RGB (Red+Green+Blue) = 235+167+75=477 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.27% from 477); Green value is 167 (65.62% from 255 or 35.01% from 477); Blue value is 75 (29.69% from 255 or 15.72% from 477); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA74B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA74B is #1458B4. Grayscale: #B1B1B1. Windows color (decimal): -1333429 or 4958187. OLE color: 4958187.

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

Color convert

RGB 235 167 75 -
CMYK 0 0.29 0.68 0.08
HSL 34.5º 0.8% 0.61% -
HSV(B) 34.5º 0.68% 0.92% -
XYZ 49.35 45.81 12.9 -
YUV 176.84 70.53 169.48 -
System Red Green Blue C M Y K H S L
Decimal 235 167 75 0 0.29 0.68 0.08 34.5 0.8 0.61
Hex EB A7 4B 0 1D 44 8 22 50 3D
Octal 353 247 113 0 35 104 10 42 120 75
Binary 11101011 10100111 1001011 0 11101 1000100 1000 100010 1010000 111101

Color Harmonies of #EBA74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA74B

Black with #EBA74B

Text Example


Text Example

White with #EBA74B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA74B; }

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

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

background-color css

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

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

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

border-color css

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

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

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