Html Css Color HEX #EFB050 Casablanca

📋 copy color: '#EFB050'

red 239 ◦ green 176 ◦ blue 80

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

Shades of Casablanca #EFB050

Tints of Casablanca #EFB050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 16.16%

R = 48.28%
G = 35.56%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EFB050 (or 0xEFB050) is known color: Casablanca. HEX triplet: EF, B0 and 50. RGB value is (239,176,80). Sum of RGB (Red+Green+Blue) = 239+176+80=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 176 (69.14% from 255 or 35.56% from 495); Blue value is 80 (31.64% from 255 or 16.16% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB050 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB050 is #104FAF. Grayscale: #B8B8B8. Windows color (decimal): -1068976 or 5288175. OLE color: 5288175.

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

Color convert

RGB 239 176 80 -
CMYK 0 0.26 0.67 0.06
HSL 36.23º 0.83% 0.63% -
HSV(B) 36.23º 0.67% 0.94% -
XYZ 52.57 49.98 14.47 -
YUV 183.89 69.37 167.31 -
System Red Green Blue C M Y K H S L
Decimal 239 176 80 0 0.26 0.67 0.06 36.23 0.83 0.63
Hex EF B0 50 0 1A 43 6 24 53 3F
Octal 357 260 120 0 32 103 6 44 123 77
Binary 11101111 10110000 1010000 0 11010 1000011 110 100100 1010011 111111

Color Harmonies of #EFB050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB050

Black with #EFB050

Text Example


Text Example

White with #EFB050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB050; }

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

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

background-color css

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

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

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

border-color css

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

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

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