Html Css Color HEX #EFB75B Casablanca

📋 copy color: '#EFB75B'

red 239 ◦ green 183 ◦ blue 91

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

Shades of Casablanca #EFB75B

Tints of Casablanca #EFB75B

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.67%

 BLUE value IS 91 (35.94% from 255) = 17.74%

R = 46.59%
G = 35.67%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EFB75B (or 0xEFB75B) is known color: Casablanca. HEX triplet: EF, B7 and 5B. RGB value is (239,183,91). Sum of RGB (Red+Green+Blue) = 239+183+91=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 183 (71.88% from 255 or 35.67% from 513); Blue value is 91 (35.94% from 255 or 17.74% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB75B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFB75B is #1048A4. Grayscale: #BDBDBD. Windows color (decimal): -1067173 or 6010863. OLE color: 6010863.

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

Color convert

RGB 239 183 91 -
CMYK 0 0.23 0.62 0.06
HSL 37.3º 0.82% 0.65% -
HSV(B) 37.3º 0.62% 0.94% -
XYZ 54.42 52.97 17.25 -
YUV 189.26 72.55 163.48 -
System Red Green Blue C M Y K H S L
Decimal 239 183 91 0 0.23 0.62 0.06 37.3 0.82 0.65
Hex EF B7 5B 0 17 3E 6 25 52 41
Octal 357 267 133 0 27 76 6 45 122 101
Binary 11101111 10110111 1011011 0 10111 111110 110 100101 1010010 1000001

Color Harmonies of #EFB75B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB75B

Black with #EFB75B

Text Example


Text Example

White with #EFB75B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB75B; }

 p { color: rgb(239,183,91); }

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

background-color css

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

 a { background-color: rgb(239,183,91); }

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

border-color css

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

 span { border-color: rgb(239,183,91); }

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