Html Css Color HEX #EFB058 Casablanca

📋 copy color: '#EFB058'

red 239 ◦ green 176 ◦ blue 88

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

Shades of Casablanca #EFB058

Tints of Casablanca #EFB058

RGB

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

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

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

R = 47.51%
G = 34.99%
B = 17.5%

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

#EFB058 (or 0xEFB058) is known color: Casablanca. HEX triplet: EF, B0 and 58. RGB value is (239,176,88). Sum of RGB (Red+Green+Blue) = 239+176+88=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 176 (69.14% from 255 or 34.99% from 503); Blue value is 88 (34.77% from 255 or 17.50% from 503); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB058 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB058 is #104FA7. Grayscale: #B9B9B9. Windows color (decimal): -1068968 or 5812463. OLE color: 5812463.

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

Color convert

RGB 239 176 88 -
CMYK 0 0.26 0.63 0.06
HSL 34.97º 0.83% 0.64% -
HSV(B) 34.97º 0.63% 0.94% -
XYZ 52.88 50.11 16.12 -
YUV 184.81 73.37 166.66 -
System Red Green Blue C M Y K H S L
Decimal 239 176 88 0 0.26 0.63 0.06 34.97 0.83 0.64
Hex EF B0 58 0 1A 3F 6 23 53 40
Octal 357 260 130 0 32 77 6 43 123 100
Binary 11101111 10110000 1011000 0 11010 111111 110 100011 1010011 1000000

Color Harmonies of #EFB058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB058

Black with #EFB058

Text Example


Text Example

White with #EFB058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB058; }

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

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

background-color css

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

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

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

border-color css

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

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

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