Html Css Color HEX #EFC730 Saffron

📋 copy color: '#EFC730'

red 239 ◦ green 199 ◦ blue 48

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

Shades of Saffron #EFC730

Tints of Saffron #EFC730

RGB

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

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

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

R = 49.18%
G = 40.95%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EFC730 (or 0xEFC730) is known color: Saffron. HEX triplet: EF, C7 and 30. RGB value is (239,199,48). Sum of RGB (Red+Green+Blue) = 239+199+48=486 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.18% from 486); Green value is 199 (78.12% from 255 or 40.95% from 486); Blue value is 48 (19.14% from 255 or 9.88% from 486); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC730 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC730 is #1038CF. Grayscale: #C2C2C2. Windows color (decimal): -1063120 or 3196911. OLE color: 3196911.

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

Color convert

RGB 239 199 48 -
CMYK 0 0.17 0.80 0.06
HSL 47.43º 0.86% 0.56% -
HSV(B) 47.43º 0.8% 0.94% -
XYZ 56.55 59.41 11.28 -
YUV 193.75 45.75 160.28 -
System Red Green Blue C M Y K H S L
Decimal 239 199 48 0 0.17 0.80 0.06 47.43 0.86 0.56
Hex EF C7 30 0 11 50 6 2F 56 38
Octal 357 307 60 0 21 120 6 57 126 70
Binary 11101111 11000111 110000 0 10001 1010000 110 101111 1010110 111000

Color Harmonies of #EFC730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC730

Black with #EFC730

Text Example


Text Example

White with #EFC730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC730; }

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

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

background-color css

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

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

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

border-color css

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

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

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