Html Css Color HEX #EFB054 Casablanca

📋 copy color: '#EFB054'

red 239 ◦ green 176 ◦ blue 84

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

Shades of Casablanca #EFB054

Tints of Casablanca #EFB054

RGB

 RED value IS 239 (93.75% from 255) = 47.9%

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

 BLUE value IS 84 (33.2% from 255) = 16.83%

R = 47.9%
G = 35.27%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#EFB054 (or 0xEFB054) is known color: Casablanca. HEX triplet: EF, B0 and 54. RGB value is (239,176,84). Sum of RGB (Red+Green+Blue) = 239+176+84=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 176 (69.14% from 255 or 35.27% from 499); Blue value is 84 (33.20% from 255 or 16.83% from 499); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB054 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB054 is #104FAB. Grayscale: #B8B8B8. Windows color (decimal): -1068972 or 5550319. OLE color: 5550319.

HSL color Cylindrical-coordinate representation of color #EFB054: hue angle of 35.61º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EFB054 is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 176 84 -
CMYK 0 0.26 0.65 0.06
HSL 35.61º 0.83% 0.63% -
HSV(B) 35.61º 0.65% 0.94% -
XYZ 52.72 50.04 15.27 -
YUV 184.35 71.37 166.98 -
System Red Green Blue C M Y K H S L
Decimal 239 176 84 0 0.26 0.65 0.06 35.61 0.83 0.63
Hex EF B0 54 0 1A 41 6 24 53 3F
Octal 357 260 124 0 32 101 6 44 123 77
Binary 11101111 10110000 1010100 0 11010 1000001 110 100100 1010011 111111

Color Harmonies of #EFB054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB054

Black with #EFB054

Text Example


Text Example

White with #EFB054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB054; }

 p { color: rgb(239,176,84); }

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

background-color css

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

 a { background-color: rgb(239,176,84); }

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

border-color css

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

 span { border-color: rgb(239,176,84); }

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