Html Css Color HEX #EFB051 Casablanca

📋 copy color: '#EFB051'

red 239 ◦ green 176 ◦ blue 81

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

Shades of Casablanca #EFB051

Tints of Casablanca #EFB051

RGB

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

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

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

R = 48.19%
G = 35.48%
B = 16.33%

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

#EFB051 (or 0xEFB051) is known color: Casablanca. HEX triplet: EF, B0 and 51. RGB value is (239,176,81). Sum of RGB (Red+Green+Blue) = 239+176+81=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 176 (69.14% from 255 or 35.48% from 496); Blue value is 81 (32.03% from 255 or 16.33% from 496); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB051 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB051 is #104FAE. Grayscale: #B8B8B8. Windows color (decimal): -1068975 or 5353711. OLE color: 5353711.

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

Color convert

RGB 239 176 81 -
CMYK 0 0.26 0.66 0.06
HSL 36.08º 0.83% 0.63% -
HSV(B) 36.08º 0.66% 0.94% -
XYZ 52.61 50 14.66 -
YUV 184.01 69.87 167.22 -
System Red Green Blue C M Y K H S L
Decimal 239 176 81 0 0.26 0.66 0.06 36.08 0.83 0.63
Hex EF B0 51 0 1A 42 6 24 53 3F
Octal 357 260 121 0 32 102 6 44 123 77
Binary 11101111 10110000 1010001 0 11010 1000010 110 100100 1010011 111111

Color Harmonies of #EFB051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB051

Black with #EFB051

Text Example


Text Example

White with #EFB051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB051; }

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

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

background-color css

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

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

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

border-color css

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

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

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