Html Css Color HEX #EFC83B Saffron

📋 copy color: '#EFC83B'

red 239 ◦ green 200 ◦ blue 59

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

Shades of Saffron #EFC83B

Tints of Saffron #EFC83B

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.16%

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

R = 47.99%
G = 40.16%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#EFC83B (or 0xEFC83B) is known color: Saffron. HEX triplet: EF, C8 and 3B. RGB value is (239,200,59). Sum of RGB (Red+Green+Blue) = 239+200+59=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 200 (78.52% from 255 or 40.16% from 498); Blue value is 59 (23.44% from 255 or 11.85% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC83B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC83B is #1037C4. Grayscale: #C4C4C4. Windows color (decimal): -1062853 or 3918063. OLE color: 3918063.

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

Color convert

RGB 239 200 59 -
CMYK 0 0.16 0.75 0.06
HSL 47º 0.85% 0.58% -
HSV(B) 47º 0.75% 0.94% -
XYZ 57.04 59.98 12.71 -
YUV 195.59 50.92 158.96 -
System Red Green Blue C M Y K H S L
Decimal 239 200 59 0 0.16 0.75 0.06 47 0.85 0.58
Hex EF C8 3B 0 10 4B 6 2F 55 3A
Octal 357 310 73 0 20 113 6 57 125 72
Binary 11101111 11001000 111011 0 10000 1001011 110 101111 1010101 111010

Color Harmonies of #EFC83B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC83B

Black with #EFC83B

Text Example


Text Example

White with #EFC83B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC83B; }

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

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

background-color css

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

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

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

border-color css

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

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

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