Html Css Color HEX #EFC32E Saffron

📋 copy color: '#EFC32E'

red 239 ◦ green 195 ◦ blue 46

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

Shades of Saffron #EFC32E

Tints of Saffron #EFC32E

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.63%

 BLUE value IS 46 (18.36% from 255) = 9.58%

R = 49.79%
G = 40.63%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EFC32E (or 0xEFC32E) is known color: Saffron. HEX triplet: EF, C3 and 2E. RGB value is (239,195,46). Sum of RGB (Red+Green+Blue) = 239+195+46=480 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.79% from 480); Green value is 195 (76.56% from 255 or 40.62% from 480); Blue value is 46 (18.36% from 255 or 9.58% from 480); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC32E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC32E is #103CD1. Grayscale: #BFBFBF. Windows color (decimal): -1064146 or 3064815. OLE color: 3064815.

HSL color Cylindrical-coordinate representation of color #EFC32E: hue angle of 46.32º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EFC32E is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 195 46 -
CMYK 0 0.18 0.81 0.06
HSL 46.32º 0.86% 0.56% -
HSV(B) 46.32º 0.81% 0.94% -
XYZ 55.6 57.58 10.77 -
YUV 191.17 46.08 162.12 -
System Red Green Blue C M Y K H S L
Decimal 239 195 46 0 0.18 0.81 0.06 46.32 0.86 0.56
Hex EF C3 2E 0 12 51 6 2E 56 38
Octal 357 303 56 0 22 121 6 56 126 70
Binary 11101111 11000011 101110 0 10010 1010001 110 101110 1010110 111000

Color Harmonies of #EFC32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC32E

Black with #EFC32E

Text Example


Text Example

White with #EFC32E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC32E; }

 p { color: rgb(239,195,46); }

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

background-color css

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

 a { background-color: rgb(239,195,46); }

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

border-color css

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

 span { border-color: rgb(239,195,46); }

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