Html Css Color HEX #EBA34F Casablanca

📋 copy color: '#EBA34F'

red 235 ◦ green 163 ◦ blue 79

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

Shades of Casablanca #EBA34F

Tints of Casablanca #EBA34F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.17%

 BLUE value IS 79 (31.25% from 255) = 16.56%

R = 49.27%
G = 34.17%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#EBA34F (or 0xEBA34F) is known color: Casablanca. HEX triplet: EB, A3 and 4F. RGB value is (235,163,79). Sum of RGB (Red+Green+Blue) = 235+163+79=477 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.27% from 477); Green value is 163 (64.06% from 255 or 34.17% from 477); Blue value is 79 (31.25% from 255 or 16.56% from 477); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA34F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA34F is #145CB0. Grayscale: #AFAFAF. Windows color (decimal): -1334449 or 5219307. OLE color: 5219307.

HSL color Cylindrical-coordinate representation of color #EBA34F: hue angle of 32.31º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EBA34F is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 163 79 -
CMYK 0 0.31 0.66 0.08
HSL 32.31º 0.8% 0.62% -
HSV(B) 32.31º 0.66% 0.92% -
XYZ 48.77 44.42 13.4 -
YUV 174.95 73.85 170.83 -
System Red Green Blue C M Y K H S L
Decimal 235 163 79 0 0.31 0.66 0.08 32.31 0.8 0.62
Hex EB A3 4F 0 1F 42 8 20 50 3E
Octal 353 243 117 0 37 102 10 40 120 76
Binary 11101011 10100011 1001111 0 11111 1000010 1000 100000 1010000 111110

Color Harmonies of #EBA34F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA34F

Black with #EBA34F

Text Example


Text Example

White with #EBA34F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA34F; }

 p { color: rgb(235,163,79); }

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

background-color css

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

 a { background-color: rgb(235,163,79); }

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

border-color css

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

 span { border-color: rgb(235,163,79); }

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