Html Css Color HEX #EBA64A Casablanca

📋 copy color: '#EBA64A'

red 235 ◦ green 166 ◦ blue 74

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

Shades of Casablanca #EBA64A

Tints of Casablanca #EBA64A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.95%

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

R = 49.47%
G = 34.95%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.69

 K value IS 0.08

RGB Variations

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

Color information

#EBA64A (or 0xEBA64A) is known color: Casablanca. HEX triplet: EB, A6 and 4A. RGB value is (235,166,74). Sum of RGB (Red+Green+Blue) = 235+166+74=475 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.47% from 475); Green value is 166 (65.23% from 255 or 34.95% from 475); Blue value is 74 (29.30% from 255 or 15.58% from 475); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA64A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA64A is #1459B5. Grayscale: #B0B0B0. Windows color (decimal): -1333686 or 4892395. OLE color: 4892395.

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

Color convert

RGB 235 166 74 -
CMYK 0 0.29 0.69 0.08
HSL 34.29º 0.8% 0.61% -
HSV(B) 34.29º 0.69% 0.92% -
XYZ 49.13 45.43 12.66 -
YUV 176.14 70.36 169.98 -
System Red Green Blue C M Y K H S L
Decimal 235 166 74 0 0.29 0.69 0.08 34.29 0.8 0.61
Hex EB A6 4A 0 1D 45 8 22 50 3D
Octal 353 246 112 0 35 105 10 42 120 75
Binary 11101011 10100110 1001010 0 11101 1000101 1000 100010 1010000 111101

Color Harmonies of #EBA64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA64A

Black with #EBA64A

Text Example


Text Example

White with #EBA64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA64A; }

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

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

background-color css

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

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

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

border-color css

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

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

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