Html Css Color HEX #EDA31D Gamboge

📋 copy color: '#EDA31D'

red 237 ◦ green 163 ◦ blue 29

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

Shades of Gamboge #EDA31D

Tints of Gamboge #EDA31D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.76%

R = 55.24%
G = 38%
B = 6.76%

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

#EDA31D (or 0xEDA31D) is known color: Gamboge. HEX triplet: ED, A3 and 1D. RGB value is (237,163,29). Sum of RGB (Red+Green+Blue) = 237+163+29=429 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.24% from 429); Green value is 163 (64.06% from 255 or 38.00% from 429); Blue value is 29 (11.72% from 255 or 6.76% from 429); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA31D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA31D is #125CE2. Grayscale: #AAAAAA. Windows color (decimal): -1203427 or 1942509. OLE color: 1942509.

HSL color Cylindrical-coordinate representation of color #EDA31D: hue angle of 38.65º 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 #EDA31D is Cyan = 0, Magento = 0.31, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 163 29 -
CMYK 0 0.31 0.88 0.07
HSL 38.65º 0.85% 0.52% -
HSV(B) 38.65º 0.88% 0.93% -
XYZ 48.24 44.29 7.17 -
YUV 169.85 48.52 175.9 -
System Red Green Blue C M Y K H S L
Decimal 237 163 29 0 0.31 0.88 0.07 38.65 0.85 0.52
Hex ED A3 1D 0 1F 58 7 27 55 34
Octal 355 243 35 0 37 130 7 47 125 64
Binary 11101101 10100011 11101 0 11111 1011000 111 100111 1010101 110100

Color Harmonies of #EDA31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA31D

Black with #EDA31D

Text Example


Text Example

White with #EDA31D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA31D; }

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

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

background-color css

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

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

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

border-color css

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

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

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