Html Css Color HEX #EFC73B Saffron

📋 copy color: '#EFC73B'

red 239 ◦ green 199 ◦ blue 59

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

Shades of Saffron #EFC73B

Tints of Saffron #EFC73B

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.04%

 BLUE value IS 59 (23.44% from 255) = 11.87%

R = 48.09%
G = 40.04%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#EFC73B (or 0xEFC73B) is known color: Saffron. HEX triplet: EF, C7 and 3B. RGB value is (239,199,59). Sum of RGB (Red+Green+Blue) = 239+199+59=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 199 (78.12% from 255 or 40.04% from 497); Blue value is 59 (23.44% from 255 or 11.87% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC73B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC73B is #1038C4. Grayscale: #C3C3C3. Windows color (decimal): -1063109 or 3917807. OLE color: 3917807.

HSL color Cylindrical-coordinate representation of color #EFC73B: hue angle of 46.67º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EFC73B is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 199 59 -
CMYK 0 0.17 0.75 0.06
HSL 46.67º 0.85% 0.58% -
HSV(B) 46.67º 0.75% 0.94% -
XYZ 56.81 59.51 12.63 -
YUV 195 51.25 159.38 -
System Red Green Blue C M Y K H S L
Decimal 239 199 59 0 0.17 0.75 0.06 46.67 0.85 0.58
Hex EF C7 3B 0 11 4B 6 2F 55 3A
Octal 357 307 73 0 21 113 6 57 125 72
Binary 11101111 11000111 111011 0 10001 1001011 110 101111 1010101 111010

Color Harmonies of #EFC73B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC73B

Black with #EFC73B

Text Example


Text Example

White with #EFC73B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC73B; }

 p { color: rgb(239,199,59); }

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

background-color css

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

 a { background-color: rgb(239,199,59); }

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

border-color css

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

 span { border-color: rgb(239,199,59); }

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