Html Css Color HEX #EFB35C Casablanca

📋 copy color: '#EFB35C'

red 239 ◦ green 179 ◦ blue 92

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

Shades of Casablanca #EFB35C

Tints of Casablanca #EFB35C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.1%

 BLUE value IS 92 (36.33% from 255) = 18.04%

R = 46.86%
G = 35.1%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EFB35C (or 0xEFB35C) is known color: Casablanca. HEX triplet: EF, B3 and 5C. RGB value is (239,179,92). Sum of RGB (Red+Green+Blue) = 239+179+92=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 179 (70.31% from 255 or 35.10% from 510); Blue value is 92 (36.33% from 255 or 18.04% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB35C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB35C is #104CA3. Grayscale: #BBBBBB. Windows color (decimal): -1068196 or 6075375. OLE color: 6075375.

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

Color convert

RGB 239 179 92 -
CMYK 0 0.25 0.62 0.06
HSL 35.51º 0.82% 0.65% -
HSV(B) 35.51º 0.62% 0.94% -
XYZ 53.65 51.36 17.21 -
YUV 187.02 74.38 165.07 -
System Red Green Blue C M Y K H S L
Decimal 239 179 92 0 0.25 0.62 0.06 35.51 0.82 0.65
Hex EF B3 5C 0 19 3E 6 24 52 41
Octal 357 263 134 0 31 76 6 44 122 101
Binary 11101111 10110011 1011100 0 11001 111110 110 100100 1010010 1000001

Color Harmonies of #EFB35C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB35C

Black with #EFB35C

Text Example


Text Example

White with #EFB35C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB35C; }

 p { color: rgb(239,179,92); }

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

background-color css

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

 a { background-color: rgb(239,179,92); }

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

border-color css

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

 span { border-color: rgb(239,179,92); }

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