Html Css Color HEX #EDA41C Gamboge

📋 copy color: '#EDA41C'

red 237 ◦ green 164 ◦ blue 28

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

Shades of Gamboge #EDA41C

Tints of Gamboge #EDA41C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.23%

 BLUE value IS 28 (11.33% from 255) = 6.53%

R = 55.24%
G = 38.23%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EDA41C (or 0xEDA41C) is known color: Gamboge. HEX triplet: ED, A4 and 1C. RGB value is (237,164,28). Sum of RGB (Red+Green+Blue) = 237+164+28=429 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.24% from 429); Green value is 164 (64.45% from 255 or 38.23% from 429); Blue value is 28 (11.33% from 255 or 6.53% from 429); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA41C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA41C is #125BE3. Grayscale: #AAAAAA. Windows color (decimal): -1203172 or 1877229. OLE color: 1877229.

HSL color Cylindrical-coordinate representation of color #EDA41C: hue angle of 39.04º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EDA41C is Cyan = 0, Magento = 0.31, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 164 28 -
CMYK 0 0.31 0.88 0.07
HSL 39.04º 0.85% 0.52% -
HSV(B) 39.04º 0.88% 0.93% -
XYZ 48.41 44.64 7.16 -
YUV 170.32 47.68 175.56 -
System Red Green Blue C M Y K H S L
Decimal 237 164 28 0 0.31 0.88 0.07 39.04 0.85 0.52
Hex ED A4 1C 0 1F 58 7 27 55 34
Octal 355 244 34 0 37 130 7 47 125 64
Binary 11101101 10100100 11100 0 11111 1011000 111 100111 1010101 110100

Color Harmonies of #EDA41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA41C

Black with #EDA41C

Text Example


Text Example

White with #EDA41C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA41C; }

 p { color: rgb(237,164,28); }

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

background-color css

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

 a { background-color: rgb(237,164,28); }

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

border-color css

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

 span { border-color: rgb(237,164,28); }

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