Html Css Color HEX #EFB658 Casablanca

📋 copy color: '#EFB658'

red 239 ◦ green 182 ◦ blue 88

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

Shades of Casablanca #EFB658

Tints of Casablanca #EFB658

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.76%

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

R = 46.95%
G = 35.76%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#EFB658 (or 0xEFB658) is known color: Casablanca. HEX triplet: EF, B6 and 58. RGB value is (239,182,88). Sum of RGB (Red+Green+Blue) = 239+182+88=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 182 (71.48% from 255 or 35.76% from 509); Blue value is 88 (34.77% from 255 or 17.29% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB658 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB658 is #1049A7. Grayscale: #BCBCBC. Windows color (decimal): -1067432 or 5813999. OLE color: 5813999.

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

Color convert

RGB 239 182 88 -
CMYK 0 0.24 0.63 0.06
HSL 37.35º 0.83% 0.64% -
HSV(B) 37.35º 0.63% 0.94% -
XYZ 54.09 52.51 16.52 -
YUV 188.33 71.38 164.14 -
System Red Green Blue C M Y K H S L
Decimal 239 182 88 0 0.24 0.63 0.06 37.35 0.83 0.64
Hex EF B6 58 0 18 3F 6 25 53 40
Octal 357 266 130 0 30 77 6 45 123 100
Binary 11101111 10110110 1011000 0 11000 111111 110 100101 1010011 1000000

Color Harmonies of #EFB658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB658

Black with #EFB658

Text Example


Text Example

White with #EFB658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB658; }

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

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

background-color css

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

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

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

border-color css

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

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

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