Html Css Color HEX #EFC433 Saffron

📋 copy color: '#EFC433'

red 239 ◦ green 196 ◦ blue 51

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

Shades of Saffron #EFC433

Tints of Saffron #EFC433

RGB

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

 GREEN value IS 196 (76.95% from 255) = 40.33%

 BLUE value IS 51 (20.31% from 255) = 10.49%

R = 49.18%
G = 40.33%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EFC433 (or 0xEFC433) is known color: Saffron. HEX triplet: EF, C4 and 33. RGB value is (239,196,51). Sum of RGB (Red+Green+Blue) = 239+196+51=486 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.18% from 486); Green value is 196 (76.95% from 255 or 40.33% from 486); Blue value is 51 (20.31% from 255 or 10.49% from 486); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC433 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC433 is #103BCC. Grayscale: #C0C0C0. Windows color (decimal): -1063885 or 3392751. OLE color: 3392751.

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

Color convert

RGB 239 196 51 -
CMYK 0 0.18 0.79 0.06
HSL 46.28º 0.85% 0.57% -
HSV(B) 46.28º 0.79% 0.94% -
XYZ 55.93 58.07 11.39 -
YUV 192.33 48.25 161.29 -
System Red Green Blue C M Y K H S L
Decimal 239 196 51 0 0.18 0.79 0.06 46.28 0.85 0.57
Hex EF C4 33 0 12 4F 6 2E 55 39
Octal 357 304 63 0 22 117 6 56 125 71
Binary 11101111 11000100 110011 0 10010 1001111 110 101110 1010101 111001

Color Harmonies of #EFC433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC433

Black with #EFC433

Text Example


Text Example

White with #EFC433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC433; }

 p { color: rgb(239,196,51); }

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

background-color css

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

 a { background-color: rgb(239,196,51); }

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

border-color css

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

 span { border-color: rgb(239,196,51); }

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