Html Css Color HEX #EFA21A Gamboge

📋 copy color: '#EFA21A'

red 239 ◦ green 162 ◦ blue 26

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

Shades of Gamboge #EFA21A

Tints of Gamboge #EFA21A

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.94%

 BLUE value IS 26 (10.55% from 255) = 6.09%

R = 55.97%
G = 37.94%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EFA21A (or 0xEFA21A) is known color: Gamboge. HEX triplet: EF, A2 and 1A. RGB value is (239,162,26). Sum of RGB (Red+Green+Blue) = 239+162+26=427 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.97% from 427); Green value is 162 (63.67% from 255 or 37.94% from 427); Blue value is 26 (10.55% from 255 or 6.09% from 427); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA21A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA21A is #105DE5. Grayscale: #AAAAAA. Windows color (decimal): -1072614 or 1745647. OLE color: 1745647.

HSL color Cylindrical-coordinate representation of color #EFA21A: hue angle of 38.31º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EFA21A is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 162 26 -
CMYK 0 0.32 0.89 0.06
HSL 38.31º 0.87% 0.52% -
HSV(B) 38.31º 0.89% 0.94% -
XYZ 48.7 44.27 6.95 -
YUV 169.52 47.01 177.56 -
System Red Green Blue C M Y K H S L
Decimal 239 162 26 0 0.32 0.89 0.06 38.31 0.87 0.52
Hex EF A2 1A 0 20 59 6 26 57 34
Octal 357 242 32 0 40 131 6 46 127 64
Binary 11101111 10100010 11010 0 100000 1011001 110 100110 1010111 110100

Color Harmonies of #EFA21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA21A

Black with #EFA21A

Text Example


Text Example

White with #EFA21A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA21A; }

 p { color: rgb(239,162,26); }

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

background-color css

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

 a { background-color: rgb(239,162,26); }

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

border-color css

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

 span { border-color: rgb(239,162,26); }

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