Html Css Color HEX #EFC834 Saffron

📋 copy color: '#EFC834'

red 239 ◦ green 200 ◦ blue 52

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

Shades of Saffron #EFC834

Tints of Saffron #EFC834

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.59%

R = 48.68%
G = 40.73%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#EFC834 (or 0xEFC834) is known color: Saffron. HEX triplet: EF, C8 and 34. RGB value is (239,200,52). Sum of RGB (Red+Green+Blue) = 239+200+52=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 200 (78.52% from 255 or 40.73% from 491); Blue value is 52 (20.70% from 255 or 10.59% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC834 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC834 is #1037CB. Grayscale: #C3C3C3. Windows color (decimal): -1062860 or 3459311. OLE color: 3459311.

HSL color Cylindrical-coordinate representation of color #EFC834: hue angle of 47.49º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EFC834 is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 200 52 -
CMYK 0 0.16 0.78 0.06
HSL 47.49º 0.85% 0.57% -
HSV(B) 47.49º 0.78% 0.94% -
XYZ 56.87 59.91 11.81 -
YUV 194.79 47.42 159.53 -
System Red Green Blue C M Y K H S L
Decimal 239 200 52 0 0.16 0.78 0.06 47.49 0.85 0.57
Hex EF C8 34 0 10 4E 6 2F 55 39
Octal 357 310 64 0 20 116 6 57 125 71
Binary 11101111 11001000 110100 0 10000 1001110 110 101111 1010101 111001

Color Harmonies of #EFC834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC834

Black with #EFC834

Text Example


Text Example

White with #EFC834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC834; }

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

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

background-color css

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

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

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

border-color css

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

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

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