Html Css Color HEX #EFB052 Casablanca

📋 copy color: '#EFB052'

red 239 ◦ green 176 ◦ blue 82

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

Shades of Casablanca #EFB052

Tints of Casablanca #EFB052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.5%

R = 48.09%
G = 35.41%
B = 16.5%

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

#EFB052 (or 0xEFB052) is known color: Casablanca. HEX triplet: EF, B0 and 52. RGB value is (239,176,82). Sum of RGB (Red+Green+Blue) = 239+176+82=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 176 (69.14% from 255 or 35.41% from 497); Blue value is 82 (32.42% from 255 or 16.50% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB052 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB052 is #104FAD. Grayscale: #B8B8B8. Windows color (decimal): -1068974 or 5419247. OLE color: 5419247.

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

Color convert

RGB 239 176 82 -
CMYK 0 0.26 0.66 0.06
HSL 35.92º 0.83% 0.63% -
HSV(B) 35.92º 0.66% 0.94% -
XYZ 52.64 50.01 14.86 -
YUV 184.12 70.37 167.14 -
System Red Green Blue C M Y K H S L
Decimal 239 176 82 0 0.26 0.66 0.06 35.92 0.83 0.63
Hex EF B0 52 0 1A 42 6 24 53 3F
Octal 357 260 122 0 32 102 6 44 123 77
Binary 11101111 10110000 1010010 0 11010 1000010 110 100100 1010011 111111

Color Harmonies of #EFB052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB052

Black with #EFB052

Text Example


Text Example

White with #EFB052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB052; }

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

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

background-color css

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

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

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

border-color css

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

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

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