Html Css Color HEX #EFB158 Casablanca

📋 copy color: '#EFB158'

red 239 ◦ green 177 ◦ blue 88

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

Shades of Casablanca #EFB158

Tints of Casablanca #EFB158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 17.46%

R = 47.42%
G = 35.12%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#EFB158 (or 0xEFB158) is known color: Casablanca. HEX triplet: EF, B1 and 58. RGB value is (239,177,88). Sum of RGB (Red+Green+Blue) = 239+177+88=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 177 (69.53% from 255 or 35.12% from 504); Blue value is 88 (34.77% from 255 or 17.46% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB158 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB158 is #104EA7. Grayscale: #B9B9B9. Windows color (decimal): -1068712 or 5812719. OLE color: 5812719.

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

Color convert

RGB 239 177 88 -
CMYK 0 0.26 0.63 0.06
HSL 35.36º 0.83% 0.64% -
HSV(B) 35.36º 0.63% 0.94% -
XYZ 53.08 50.5 16.18 -
YUV 185.39 73.04 166.24 -
System Red Green Blue C M Y K H S L
Decimal 239 177 88 0 0.26 0.63 0.06 35.36 0.83 0.64
Hex EF B1 58 0 1A 3F 6 23 53 40
Octal 357 261 130 0 32 77 6 43 123 100
Binary 11101111 10110001 1011000 0 11010 111111 110 100011 1010011 1000000

Color Harmonies of #EFB158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB158

Black with #EFB158

Text Example


Text Example

White with #EFB158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB158; }

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

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

background-color css

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

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

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

border-color css

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

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

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