Html Css Color HEX #EFC230 Saffron

📋 copy color: '#EFC230'

red 239 ◦ green 194 ◦ blue 48

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

Shades of Saffron #EFC230

Tints of Saffron #EFC230

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.33%

 BLUE value IS 48 (19.14% from 255) = 9.98%

R = 49.69%
G = 40.33%
B = 9.98%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EFC230 (or 0xEFC230) is known color: Saffron. HEX triplet: EF, C2 and 30. RGB value is (239,194,48). Sum of RGB (Red+Green+Blue) = 239+194+48=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 194 (76.17% from 255 or 40.33% from 481); Blue value is 48 (19.14% from 255 or 9.98% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC230 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC230 is #103DCF. Grayscale: #BFBFBF. Windows color (decimal): -1064400 or 3195631. OLE color: 3195631.

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

Color convert

RGB 239 194 48 -
CMYK 0 0.19 0.80 0.06
HSL 45.86º 0.86% 0.56% -
HSV(B) 45.86º 0.8% 0.94% -
XYZ 55.42 57.15 10.91 -
YUV 190.81 47.41 162.37 -
System Red Green Blue C M Y K H S L
Decimal 239 194 48 0 0.19 0.80 0.06 45.86 0.86 0.56
Hex EF C2 30 0 13 50 6 2E 56 38
Octal 357 302 60 0 23 120 6 56 126 70
Binary 11101111 11000010 110000 0 10011 1010000 110 101110 1010110 111000

Color Harmonies of #EFC230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC230

Black with #EFC230

Text Example


Text Example

White with #EFC230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC230; }

 p { color: rgb(239,194,48); }

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

background-color css

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

 a { background-color: rgb(239,194,48); }

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

border-color css

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

 span { border-color: rgb(239,194,48); }

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