Html Css Color HEX #E69401 Gamboge

📋 copy color: '#E69401'

red 230 ◦ green 148 ◦ blue 1

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

Shades of Gamboge #E69401

Tints of Gamboge #E69401

RGB

 RED value IS 230 (90.23% from 255) = 60.69%

 GREEN value IS 148 (58.2% from 255) = 39.05%

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 60.69%
G = 39.05%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 1.00

 K value IS 0.10

RGB Variations

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

Color information

#E69401 (or 0xE69401) is known color: Gamboge. HEX triplet: E6, 94 and 01. RGB value is (230,148,1). Sum of RGB (Red+Green+Blue) = 230+148+1=379 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.69% from 379); Green value is 148 (58.20% from 255 or 39.05% from 379); Blue value is 1 (0.78% from 255 or 0.26% from 379); Max value from RGB is 230 - color contains mainly: red. Hex color #E69401 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69401 is #196BFE. Grayscale: #9C9C9C. Windows color (decimal): -1666047 or 103654. OLE color: 103654.

HSL color Cylindrical-coordinate representation of color #E69401: hue angle of 38.52º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E69401 is Cyan = 0, Magento = 0.36, Yellow = 1.00 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 148 1 -
CMYK 0 0.36 1.00 0.10
HSL 38.52º 0.99% 0.45% -
HSV(B) 38.52º 1% 0.9% -
XYZ 43.23 38 5.09 -
YUV 155.76 40.67 180.95 -
System Red Green Blue C M Y K H S L
Decimal 230 148 1 0 0.36 1.00 0.10 38.52 0.99 0.45
Hex E6 94 1 0 24 64 A 27 63 2D
Octal 346 224 1 0 44 144 12 47 143 55
Binary 11100110 10010100 1 0 100100 1100100 1010 100111 1100011 101101

Color Harmonies of #E69401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69401

Black with #E69401

Text Example


Text Example

White with #E69401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69401; }

 p { color: rgb(230,148,1); }

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

background-color css

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

 a { background-color: rgb(230,148,1); }

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

border-color css

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

 span { border-color: rgb(230,148,1); }

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