Html Css Color HEX #EFB15D Casablanca

📋 copy color: '#EFB15D'

red 239 ◦ green 177 ◦ blue 93

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

Shades of Casablanca #EFB15D

Tints of Casablanca #EFB15D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.77%

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

R = 46.95%
G = 34.77%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#EFB15D (or 0xEFB15D) is known color: Casablanca. HEX triplet: EF, B1 and 5D. RGB value is (239,177,93). Sum of RGB (Red+Green+Blue) = 239+177+93=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 177 (69.53% from 255 or 34.77% from 509); Blue value is 93 (36.72% from 255 or 18.27% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB15D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFB15D is #104EA2. Grayscale: #BABABA. Windows color (decimal): -1068707 or 6140399. OLE color: 6140399.

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

Color convert

RGB 239 177 93 -
CMYK 0 0.26 0.61 0.06
HSL 34.52º 0.82% 0.65% -
HSV(B) 34.52º 0.61% 0.94% -
XYZ 53.29 50.59 17.31 -
YUV 185.96 75.54 165.83 -
System Red Green Blue C M Y K H S L
Decimal 239 177 93 0 0.26 0.61 0.06 34.52 0.82 0.65
Hex EF B1 5D 0 1A 3D 6 23 52 41
Octal 357 261 135 0 32 75 6 43 122 101
Binary 11101111 10110001 1011101 0 11010 111101 110 100011 1010010 1000001

Color Harmonies of #EFB15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB15D

Black with #EFB15D

Text Example


Text Example

White with #EFB15D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB15D; }

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

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

background-color css

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

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

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

border-color css

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

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

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