Html Css Color HEX #EFB65D Casablanca

📋 copy color: '#EFB65D'

red 239 ◦ green 182 ◦ blue 93

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

Shades of Casablanca #EFB65D

Tints of Casablanca #EFB65D

RGB

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

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

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

R = 46.5%
G = 35.41%
B = 18.09%

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

#EFB65D (or 0xEFB65D) is known color: Casablanca. HEX triplet: EF, B6 and 5D. RGB value is (239,182,93). Sum of RGB (Red+Green+Blue) = 239+182+93=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 182 (71.48% from 255 or 35.41% from 514); Blue value is 93 (36.72% from 255 or 18.09% from 514); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB65D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB65D is #1049A2. Grayscale: #BDBDBD. Windows color (decimal): -1067427 or 6141679. OLE color: 6141679.

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

Color convert

RGB 239 182 93 -
CMYK 0 0.24 0.61 0.06
HSL 36.58º 0.82% 0.65% -
HSV(B) 36.58º 0.61% 0.94% -
XYZ 54.3 52.6 17.65 -
YUV 188.9 73.88 163.74 -
System Red Green Blue C M Y K H S L
Decimal 239 182 93 0 0.24 0.61 0.06 36.58 0.82 0.65
Hex EF B6 5D 0 18 3D 6 25 52 41
Octal 357 266 135 0 30 75 6 45 122 101
Binary 11101111 10110110 1011101 0 11000 111101 110 100101 1010010 1000001

Color Harmonies of #EFB65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB65D

Black with #EFB65D

Text Example


Text Example

White with #EFB65D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB65D; }

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

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

background-color css

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

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

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

border-color css

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

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

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