Html Css Color HEX #EF950D Gamboge

📋 copy color: '#EF950D'

red 239 ◦ green 149 ◦ blue 13

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

Shades of Gamboge #EF950D

Tints of Gamboge #EF950D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.16%

 BLUE value IS 13 (5.47% from 255) = 3.24%

R = 59.6%
G = 37.16%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EF950D (or 0xEF950D) is known color: Gamboge. HEX triplet: EF, 95 and 0D. RGB value is (239,149,13). Sum of RGB (Red+Green+Blue) = 239+149+13=401 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.60% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 13 (5.47% from 255 or 3.24% from 401); Max value from RGB is 239 - color contains mainly: red. Hex color #EF950D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF950D is #106AF2. Grayscale: #A1A1A1. Windows color (decimal): -1075955 or 890351. OLE color: 890351.

HSL color Cylindrical-coordinate representation of color #EF950D: hue angle of 36.11º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EF950D is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 149 13 -
CMYK 0 0.38 0.95 0.06
HSL 36.11º 0.9% 0.49% -
HSV(B) 36.11º 0.95% 0.94% -
XYZ 46.42 39.87 5.63 -
YUV 160.41 44.82 184.06 -
System Red Green Blue C M Y K H S L
Decimal 239 149 13 0 0.38 0.95 0.06 36.11 0.9 0.49
Hex EF 95 D 0 26 5F 6 24 5A 31
Octal 357 225 15 0 46 137 6 44 132 61
Binary 11101111 10010101 1101 0 100110 1011111 110 100100 1011010 110001

Color Harmonies of #EF950D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF950D

Black with #EF950D

Text Example


Text Example

White with #EF950D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF950D; }

 p { color: rgb(239,149,13); }

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

background-color css

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

 a { background-color: rgb(239,149,13); }

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

border-color css

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

 span { border-color: rgb(239,149,13); }

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