Html Css Color HEX #EFB352 Casablanca

📋 copy color: '#EFB352'

red 239 ◦ green 179 ◦ blue 82

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

Shades of Casablanca #EFB352

Tints of Casablanca #EFB352

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.8%

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

R = 47.8%
G = 35.8%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#EFB352 (or 0xEFB352) is known color: Casablanca. HEX triplet: EF, B3 and 52. RGB value is (239,179,82). Sum of RGB (Red+Green+Blue) = 239+179+82=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 179 (70.31% from 255 or 35.8% from 500); Blue value is 82 (32.42% from 255 or 16.4% from 500); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB352 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB352 is #104CAD. Grayscale: #BABABA. Windows color (decimal): -1068206 or 5420015. OLE color: 5420015.

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

Color convert

RGB 239 179 82 -
CMYK 0 0.25 0.66 0.06
HSL 37.07º 0.83% 0.63% -
HSV(B) 37.07º 0.66% 0.94% -
XYZ 53.24 51.2 15.06 -
YUV 185.88 69.38 165.89 -
System Red Green Blue C M Y K H S L
Decimal 239 179 82 0 0.25 0.66 0.06 37.07 0.83 0.63
Hex EF B3 52 0 19 42 6 25 53 3F
Octal 357 263 122 0 31 102 6 45 123 77
Binary 11101111 10110011 1010010 0 11001 1000010 110 100101 1010011 111111

Color Harmonies of #EFB352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB352

Black with #EFB352

Text Example


Text Example

White with #EFB352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB352; }

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

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

background-color css

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

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

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

border-color css

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

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

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