Html Css Color HEX #EBB04C Casablanca

📋 copy color: '#EBB04C'

red 235 ◦ green 176 ◦ blue 76

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

Shades of Casablanca #EBB04C

Tints of Casablanca #EBB04C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.14%

 BLUE value IS 76 (30.08% from 255) = 15.61%

R = 48.25%
G = 36.14%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EBB04C (or 0xEBB04C) is known color: Casablanca. HEX triplet: EB, B0 and 4C. RGB value is (235,176,76). Sum of RGB (Red+Green+Blue) = 235+176+76=487 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.25% from 487); Green value is 176 (69.14% from 255 or 36.14% from 487); Blue value is 76 (30.08% from 255 or 15.61% from 487); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB04C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBB04C is #144FB3. Grayscale: #B6B6B6. Windows color (decimal): -1331124 or 5026027. OLE color: 5026027.

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

Color convert

RGB 235 176 76 -
CMYK 0 0.25 0.68 0.08
HSL 37.74º 0.8% 0.61% -
HSV(B) 37.74º 0.68% 0.92% -
XYZ 51.09 49.23 13.65 -
YUV 182.24 68.05 165.63 -
System Red Green Blue C M Y K H S L
Decimal 235 176 76 0 0.25 0.68 0.08 37.74 0.8 0.61
Hex EB B0 4C 0 19 44 8 26 50 3D
Octal 353 260 114 0 31 104 10 46 120 75
Binary 11101011 10110000 1001100 0 11001 1000100 1000 100110 1010000 111101

Color Harmonies of #EBB04C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBB04C

Black with #EBB04C

Text Example


Text Example

White with #EBB04C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBB04C; }

 p { color: rgb(235,176,76); }

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

background-color css

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

 a { background-color: rgb(235,176,76); }

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

border-color css

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

 span { border-color: rgb(235,176,76); }

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