Html Css Color HEX #EBA74D Casablanca

📋 copy color: '#EBA74D'

red 235 ◦ green 167 ◦ blue 77

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

Shades of Casablanca #EBA74D

Tints of Casablanca #EBA74D

RGB

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

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

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

R = 49.06%
G = 34.86%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.67

 K value IS 0.08

RGB Variations

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

Color information

#EBA74D (or 0xEBA74D) is known color: Casablanca. HEX triplet: EB, A7 and 4D. RGB value is (235,167,77). Sum of RGB (Red+Green+Blue) = 235+167+77=479 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.06% from 479); Green value is 167 (65.62% from 255 or 34.86% from 479); Blue value is 77 (30.47% from 255 or 16.08% from 479); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA74D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA74D is #1458B2. Grayscale: #B1B1B1. Windows color (decimal): -1333427 or 5089259. OLE color: 5089259.

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

Color convert

RGB 235 167 77 -
CMYK 0 0.29 0.67 0.08
HSL 34.18º 0.8% 0.61% -
HSV(B) 34.18º 0.67% 0.92% -
XYZ 49.42 45.84 13.26 -
YUV 177.07 71.53 169.32 -
System Red Green Blue C M Y K H S L
Decimal 235 167 77 0 0.29 0.67 0.08 34.18 0.8 0.61
Hex EB A7 4D 0 1D 43 8 22 50 3D
Octal 353 247 115 0 35 103 10 42 120 75
Binary 11101011 10100111 1001101 0 11101 1000011 1000 100010 1010000 111101

Color Harmonies of #EBA74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA74D

Black with #EBA74D

Text Example


Text Example

White with #EBA74D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA74D; }

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

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

background-color css

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

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

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

border-color css

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

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

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