Html Css Color HEX #EDA318 Gamboge

📋 copy color: '#EDA318'

red 237 ◦ green 163 ◦ blue 24

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

Shades of Gamboge #EDA318

Tints of Gamboge #EDA318

RGB

 RED value IS 237 (92.97% from 255) = 55.9%

 GREEN value IS 163 (64.06% from 255) = 38.44%

 BLUE value IS 24 (9.77% from 255) = 5.66%

R = 55.9%
G = 38.44%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EDA318 (or 0xEDA318) is known color: Gamboge. HEX triplet: ED, A3 and 18. RGB value is (237,163,24). Sum of RGB (Red+Green+Blue) = 237+163+24=424 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.90% from 424); Green value is 163 (64.06% from 255 or 38.44% from 424); Blue value is 24 (9.77% from 255 or 5.66% from 424); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA318 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA318 is #125CE7. Grayscale: #A9A9A9. Windows color (decimal): -1203432 or 1614829. OLE color: 1614829.

HSL color Cylindrical-coordinate representation of color #EDA318: hue angle of 39.15º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EDA318 is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 163 24 -
CMYK 0 0.31 0.90 0.07
HSL 39.15º 0.86% 0.51% -
HSV(B) 39.15º 0.9% 0.93% -
XYZ 48.19 44.26 6.87 -
YUV 169.28 46.02 176.3 -
System Red Green Blue C M Y K H S L
Decimal 237 163 24 0 0.31 0.90 0.07 39.15 0.86 0.51
Hex ED A3 18 0 1F 5A 7 27 56 33
Octal 355 243 30 0 37 132 7 47 126 63
Binary 11101101 10100011 11000 0 11111 1011010 111 100111 1010110 110011

Color Harmonies of #EDA318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA318

Black with #EDA318

Text Example


Text Example

White with #EDA318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA318; }

 p { color: rgb(237,163,24); }

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

background-color css

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

 a { background-color: rgb(237,163,24); }

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

border-color css

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

 span { border-color: rgb(237,163,24); }

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