Html Css Color HEX #EF900D Gamboge

📋 copy color: '#EF900D'

red 239 ◦ green 144 ◦ blue 13

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

Shades of Gamboge #EF900D

Tints of Gamboge #EF900D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.36%

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

R = 60.35%
G = 36.36%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EF900D (or 0xEF900D) is known color: Gamboge. HEX triplet: EF, 90 and 0D. RGB value is (239,144,13). Sum of RGB (Red+Green+Blue) = 239+144+13=396 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.35% from 396); Green value is 144 (56.64% from 255 or 36.36% from 396); Blue value is 13 (5.47% from 255 or 3.28% from 396); Max value from RGB is 239 - color contains mainly: red. Hex color #EF900D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF900D is #106FF2. Grayscale: #9E9E9E. Windows color (decimal): -1077235 or 889071. OLE color: 889071.

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

Color convert

RGB 239 144 13 -
CMYK 0 0.40 0.95 0.06
HSL 34.78º 0.9% 0.49% -
HSV(B) 34.78º 0.95% 0.94% -
XYZ 45.64 38.33 5.37 -
YUV 157.47 46.47 186.15 -
System Red Green Blue C M Y K H S L
Decimal 239 144 13 0 0.40 0.95 0.06 34.78 0.9 0.49
Hex EF 90 D 0 28 5F 6 23 5A 31
Octal 357 220 15 0 50 137 6 43 132 61
Binary 11101111 10010000 1101 0 101000 1011111 110 100011 1011010 110001

Color Harmonies of #EF900D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF900D

Black with #EF900D

Text Example


Text Example

White with #EF900D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF900D; }

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

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

background-color css

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

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

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

border-color css

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

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

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