Html Css Color HEX #EFB550 Casablanca

📋 copy color: '#EFB550'

red 239 ◦ green 181 ◦ blue 80

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

Shades of Casablanca #EFB550

Tints of Casablanca #EFB550

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.2%

 BLUE value IS 80 (31.64% from 255) = 16%

R = 47.8%
G = 36.2%
B = 16%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EFB550 (or 0xEFB550) is known color: Casablanca. HEX triplet: EF, B5 and 50. RGB value is (239,181,80). Sum of RGB (Red+Green+Blue) = 239+181+80=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 181 (71.09% from 255 or 36.2% from 500); Blue value is 80 (31.64% from 255 or 16% from 500); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB550 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB550 is #104AAF. Grayscale: #BBBBBB. Windows color (decimal): -1067696 or 5289455. OLE color: 5289455.

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

Color convert

RGB 239 181 80 -
CMYK 0 0.24 0.67 0.06
HSL 38.11º 0.83% 0.63% -
HSV(B) 38.11º 0.67% 0.94% -
XYZ 53.57 51.98 14.8 -
YUV 186.83 67.72 165.21 -
System Red Green Blue C M Y K H S L
Decimal 239 181 80 0 0.24 0.67 0.06 38.11 0.83 0.63
Hex EF B5 50 0 18 43 6 26 53 3F
Octal 357 265 120 0 30 103 6 46 123 77
Binary 11101111 10110101 1010000 0 11000 1000011 110 100110 1010011 111111

Color Harmonies of #EFB550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB550

Black with #EFB550

Text Example


Text Example

White with #EFB550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB550; }

 p { color: rgb(239,181,80); }

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

background-color css

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

 a { background-color: rgb(239,181,80); }

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

border-color css

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

 span { border-color: rgb(239,181,80); }

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