Html Css Color HEX #EDA61A Gamboge

📋 copy color: '#EDA61A'

red 237 ◦ green 166 ◦ blue 26

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

Shades of Gamboge #EDA61A

Tints of Gamboge #EDA61A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.69%

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

R = 55.24%
G = 38.69%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EDA61A (or 0xEDA61A) is known color: Gamboge. HEX triplet: ED, A6 and 1A. RGB value is (237,166,26). Sum of RGB (Red+Green+Blue) = 237+166+26=429 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.24% from 429); Green value is 166 (65.23% from 255 or 38.69% from 429); Blue value is 26 (10.55% from 255 or 6.06% from 429); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA61A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA61A is #1259E5. Grayscale: #ABABAB. Windows color (decimal): -1202662 or 1746669. OLE color: 1746669.

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

Color convert

RGB 237 166 26 -
CMYK 0 0.30 0.89 0.07
HSL 39.81º 0.85% 0.52% -
HSV(B) 39.81º 0.89% 0.93% -
XYZ 48.75 45.35 7.16 -
YUV 171.27 46.02 174.88 -
System Red Green Blue C M Y K H S L
Decimal 237 166 26 0 0.30 0.89 0.07 39.81 0.85 0.52
Hex ED A6 1A 0 1E 59 7 28 55 34
Octal 355 246 32 0 36 131 7 50 125 64
Binary 11101101 10100110 11010 0 11110 1011001 111 101000 1010101 110100

Color Harmonies of #EDA61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA61A

Black with #EDA61A

Text Example


Text Example

White with #EDA61A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA61A; }

 p { color: rgb(237,166,26); }

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

background-color css

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

 a { background-color: rgb(237,166,26); }

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

border-color css

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

 span { border-color: rgb(237,166,26); }

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