Html Css Color HEX #EFB45D Casablanca

📋 copy color: '#EFB45D'

red 239 ◦ green 180 ◦ blue 93

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

Shades of Casablanca #EFB45D

Tints of Casablanca #EFB45D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.16%

R = 46.68%
G = 35.16%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#EFB45D (or 0xEFB45D) is known color: Casablanca. HEX triplet: EF, B4 and 5D. RGB value is (239,180,93). Sum of RGB (Red+Green+Blue) = 239+180+93=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 180 (70.70% from 255 or 35.16% from 512); Blue value is 93 (36.72% from 255 or 18.16% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB45D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB45D is #104BA2. Grayscale: #BCBCBC. Windows color (decimal): -1067939 or 6141167. OLE color: 6141167.

HSL color Cylindrical-coordinate representation of color #EFB45D: hue angle of 35.75º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EFB45D is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 180 93 -
CMYK 0 0.25 0.61 0.06
HSL 35.75º 0.82% 0.65% -
HSV(B) 35.75º 0.61% 0.94% -
XYZ 53.89 51.78 17.51 -
YUV 187.72 74.55 164.57 -
System Red Green Blue C M Y K H S L
Decimal 239 180 93 0 0.25 0.61 0.06 35.75 0.82 0.65
Hex EF B4 5D 0 19 3D 6 24 52 41
Octal 357 264 135 0 31 75 6 44 122 101
Binary 11101111 10110100 1011101 0 11001 111101 110 100100 1010010 1000001

Color Harmonies of #EFB45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB45D

Black with #EFB45D

Text Example


Text Example

White with #EFB45D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB45D; }

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

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

background-color css

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

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

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

border-color css

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

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

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