Html Css Color HEX #EFB150 Casablanca

📋 copy color: '#EFB150'

red 239 ◦ green 177 ◦ blue 80

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

Shades of Casablanca #EFB150

Tints of Casablanca #EFB150

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.69%

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

R = 48.19%
G = 35.69%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EFB150 (or 0xEFB150) is known color: Casablanca. HEX triplet: EF, B1 and 50. RGB value is (239,177,80). Sum of RGB (Red+Green+Blue) = 239+177+80=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 177 (69.53% from 255 or 35.69% from 496); Blue value is 80 (31.64% from 255 or 16.13% from 496); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB150 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB150 is #104EAF. Grayscale: #B8B8B8. Windows color (decimal): -1068720 or 5288431. OLE color: 5288431.

HSL color Cylindrical-coordinate representation of color #EFB150: hue angle of 36.6º 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 #EFB150 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 177 80 -
CMYK 0 0.26 0.67 0.06
HSL 36.6º 0.83% 0.63% -
HSV(B) 36.6º 0.67% 0.94% -
XYZ 52.77 50.37 14.53 -
YUV 184.48 69.04 166.89 -
System Red Green Blue C M Y K H S L
Decimal 239 177 80 0 0.26 0.67 0.06 36.6 0.83 0.63
Hex EF B1 50 0 1A 43 6 25 53 3F
Octal 357 261 120 0 32 103 6 45 123 77
Binary 11101111 10110001 1010000 0 11010 1000011 110 100101 1010011 111111

Color Harmonies of #EFB150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB150

Black with #EFB150

Text Example


Text Example

White with #EFB150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB150; }

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

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

background-color css

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

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

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

border-color css

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

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

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