Html Css Color HEX #E69405 Gamboge

📋 copy color: '#E69405'

red 230 ◦ green 148 ◦ blue 5

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

Shades of Gamboge #E69405

Tints of Gamboge #E69405

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.31%

R = 60.05%
G = 38.64%
B = 1.31%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#E69405 (or 0xE69405) is known color: Gamboge. HEX triplet: E6, 94 and 05. RGB value is (230,148,5). Sum of RGB (Red+Green+Blue) = 230+148+5=383 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.05% from 383); Green value is 148 (58.20% from 255 or 38.64% from 383); Blue value is 5 (2.34% from 255 or 1.31% from 383); Max value from RGB is 230 - color contains mainly: red. Hex color #E69405 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69405 is #196BFA. Grayscale: #9C9C9C. Windows color (decimal): -1666043 or 365798. OLE color: 365798.

HSL color Cylindrical-coordinate representation of color #E69405: hue angle of 38.13º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E69405 is Cyan = 0, Magento = 0.36, Yellow = 0.98 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 148 5 -
CMYK 0 0.36 0.98 0.10
HSL 38.13º 0.96% 0.46% -
HSV(B) 38.13º 0.98% 0.9% -
XYZ 43.25 38.01 5.2 -
YUV 156.22 42.67 180.63 -
System Red Green Blue C M Y K H S L
Decimal 230 148 5 0 0.36 0.98 0.10 38.13 0.96 0.46
Hex E6 94 5 0 24 62 A 26 60 2E
Octal 346 224 5 0 44 142 12 46 140 56
Binary 11100110 10010100 101 0 100100 1100010 1010 100110 1100000 101110

Color Harmonies of #E69405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69405

Black with #E69405

Text Example


Text Example

White with #E69405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69405; }

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

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

background-color css

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

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

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

border-color css

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

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

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