Html Css Color HEX #EFB151 Casablanca

📋 copy color: '#EFB151'

red 239 ◦ green 177 ◦ blue 81

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

Shades of Casablanca #EFB151

Tints of Casablanca #EFB151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 16.3%

R = 48.09%
G = 35.61%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#EFB151 (or 0xEFB151) is known color: Casablanca. HEX triplet: EF, B1 and 51. RGB value is (239,177,81). Sum of RGB (Red+Green+Blue) = 239+177+81=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 177 (69.53% from 255 or 35.61% from 497); Blue value is 81 (32.03% from 255 or 16.30% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB151 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB151 is #104EAE. Grayscale: #B9B9B9. Windows color (decimal): -1068719 or 5353967. OLE color: 5353967.

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

Color convert

RGB 239 177 81 -
CMYK 0 0.26 0.66 0.06
HSL 36.46º 0.83% 0.63% -
HSV(B) 36.46º 0.66% 0.94% -
XYZ 52.8 50.39 14.73 -
YUV 184.59 69.54 166.81 -
System Red Green Blue C M Y K H S L
Decimal 239 177 81 0 0.26 0.66 0.06 36.46 0.83 0.63
Hex EF B1 51 0 1A 42 6 24 53 3F
Octal 357 261 121 0 32 102 6 44 123 77
Binary 11101111 10110001 1010001 0 11010 1000010 110 100100 1010011 111111

Color Harmonies of #EFB151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB151

Black with #EFB151

Text Example


Text Example

White with #EFB151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB151; }

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

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

background-color css

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

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

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

border-color css

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

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

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