Html Css Color HEX #EFB458 Casablanca

📋 copy color: '#EFB458'

red 239 ◦ green 180 ◦ blue 88

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

Shades of Casablanca #EFB458

Tints of Casablanca #EFB458

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.5%

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

R = 47.14%
G = 35.5%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#EFB458 (or 0xEFB458) is known color: Casablanca. HEX triplet: EF, B4 and 58. RGB value is (239,180,88). Sum of RGB (Red+Green+Blue) = 239+180+88=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 180 (70.70% from 255 or 35.50% from 507); Blue value is 88 (34.77% from 255 or 17.36% from 507); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB458 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB458 is #104BA7. Grayscale: #BBBBBB. Windows color (decimal): -1067944 or 5813487. OLE color: 5813487.

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

Color convert

RGB 239 180 88 -
CMYK 0 0.25 0.63 0.06
HSL 36.56º 0.83% 0.64% -
HSV(B) 36.56º 0.63% 0.94% -
XYZ 53.68 51.7 16.38 -
YUV 187.15 72.05 164.98 -
System Red Green Blue C M Y K H S L
Decimal 239 180 88 0 0.25 0.63 0.06 36.56 0.83 0.64
Hex EF B4 58 0 19 3F 6 25 53 40
Octal 357 264 130 0 31 77 6 45 123 100
Binary 11101111 10110100 1011000 0 11001 111111 110 100101 1010011 1000000

Color Harmonies of #EFB458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB458

Black with #EFB458

Text Example


Text Example

White with #EFB458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB458; }

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

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

background-color css

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

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

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

border-color css

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

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

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