Html Css Color HEX #EFC43B Saffron

📋 copy color: '#EFC43B'

red 239 ◦ green 196 ◦ blue 59

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

Shades of Saffron #EFC43B

Tints of Saffron #EFC43B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.68%

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

R = 48.38%
G = 39.68%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#EFC43B (or 0xEFC43B) is known color: Saffron. HEX triplet: EF, C4 and 3B. RGB value is (239,196,59). Sum of RGB (Red+Green+Blue) = 239+196+59=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 196 (76.95% from 255 or 39.68% from 494); Blue value is 59 (23.44% from 255 or 11.94% from 494); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC43B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC43B is #103BC4. Grayscale: #C1C1C1. Windows color (decimal): -1063877 or 3917039. OLE color: 3917039.

HSL color Cylindrical-coordinate representation of color #EFC43B: hue angle of 45.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 #EFC43B is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 196 59 -
CMYK 0 0.18 0.75 0.06
HSL 45.67º 0.85% 0.58% -
HSV(B) 45.67º 0.75% 0.94% -
XYZ 56.13 58.15 12.4 -
YUV 193.24 52.25 160.64 -
System Red Green Blue C M Y K H S L
Decimal 239 196 59 0 0.18 0.75 0.06 45.67 0.85 0.58
Hex EF C4 3B 0 12 4B 6 2E 55 3A
Octal 357 304 73 0 22 113 6 56 125 72
Binary 11101111 11000100 111011 0 10010 1001011 110 101110 1010101 111010

Color Harmonies of #EFC43B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC43B

Black with #EFC43B

Text Example


Text Example

White with #EFC43B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC43B; }

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

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

background-color css

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

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

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

border-color css

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

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

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