Html Css Color HEX #EDA40B Gamboge

📋 copy color: '#EDA40B'

red 237 ◦ green 164 ◦ blue 11

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

Shades of Gamboge #EDA40B

Tints of Gamboge #EDA40B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.67%

R = 57.52%
G = 39.81%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EDA40B (or 0xEDA40B) is known color: Gamboge. HEX triplet: ED, A4 and 0B. RGB value is (237,164,11). Sum of RGB (Red+Green+Blue) = 237+164+11=412 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.52% from 412); Green value is 164 (64.45% from 255 or 39.81% from 412); Blue value is 11 (4.69% from 255 or 2.67% from 412); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA40B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDA40B is #125BF4. Grayscale: #A9A9A9. Windows color (decimal): -1203189 or 763117. OLE color: 763117.

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

Color convert

RGB 237 164 11 -
CMYK 0 0.31 0.95 0.07
HSL 40.62º 0.91% 0.49% -
HSV(B) 40.62º 0.95% 0.93% -
XYZ 48.26 44.58 6.38 -
YUV 168.39 39.18 176.94 -
System Red Green Blue C M Y K H S L
Decimal 237 164 11 0 0.31 0.95 0.07 40.62 0.91 0.49
Hex ED A4 B 0 1F 5F 7 29 5B 31
Octal 355 244 13 0 37 137 7 51 133 61
Binary 11101101 10100100 1011 0 11111 1011111 111 101001 1011011 110001

Color Harmonies of #EDA40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA40B

Black with #EDA40B

Text Example


Text Example

White with #EDA40B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA40B; }

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

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

background-color css

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

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

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

border-color css

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

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

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