Html Css Color HEX #EFB55D Casablanca

📋 copy color: '#EFB55D'

red 239 ◦ green 181 ◦ blue 93

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

Shades of Casablanca #EFB55D

Tints of Casablanca #EFB55D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.28%

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

R = 46.59%
G = 35.28%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.61

 K value IS 0.06

RGB Variations

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

Color information

#EFB55D (or 0xEFB55D) is known color: Casablanca. HEX triplet: EF, B5 and 5D. RGB value is (239,181,93). Sum of RGB (Red+Green+Blue) = 239+181+93=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 181 (71.09% from 255 or 35.28% from 513); Blue value is 93 (36.72% from 255 or 18.13% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB55D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB55D is #104AA2. Grayscale: #BCBCBC. Windows color (decimal): -1067683 or 6141423. OLE color: 6141423.

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

Color convert

RGB 239 181 93 -
CMYK 0 0.24 0.61 0.06
HSL 36.16º 0.82% 0.65% -
HSV(B) 36.16º 0.61% 0.94% -
XYZ 54.1 52.19 17.58 -
YUV 188.31 74.22 164.16 -
System Red Green Blue C M Y K H S L
Decimal 239 181 93 0 0.24 0.61 0.06 36.16 0.82 0.65
Hex EF B5 5D 0 18 3D 6 24 52 41
Octal 357 265 135 0 30 75 6 44 122 101
Binary 11101111 10110101 1011101 0 11000 111101 110 100100 1010010 1000001

Color Harmonies of #EFB55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB55D

Black with #EFB55D

Text Example


Text Example

White with #EFB55D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB55D; }

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

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

background-color css

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

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

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

border-color css

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

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

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