Html Css Color HEX #EDA31B Gamboge

📋 copy color: '#EDA31B'

red 237 ◦ green 163 ◦ blue 27

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

Shades of Gamboge #EDA31B

Tints of Gamboge #EDA31B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.32%

R = 55.5%
G = 38.17%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EDA31B (or 0xEDA31B) is known color: Gamboge. HEX triplet: ED, A3 and 1B. RGB value is (237,163,27). Sum of RGB (Red+Green+Blue) = 237+163+27=427 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.50% from 427); Green value is 163 (64.06% from 255 or 38.17% from 427); Blue value is 27 (10.94% from 255 or 6.32% from 427); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA31B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA31B is #125CE4. Grayscale: #AAAAAA. Windows color (decimal): -1203429 or 1811437. OLE color: 1811437.

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

Color convert

RGB 237 163 27 -
CMYK 0 0.31 0.89 0.07
HSL 38.86º 0.85% 0.52% -
HSV(B) 38.86º 0.89% 0.93% -
XYZ 48.22 44.28 7.04 -
YUV 169.62 47.52 176.06 -
System Red Green Blue C M Y K H S L
Decimal 237 163 27 0 0.31 0.89 0.07 38.86 0.85 0.52
Hex ED A3 1B 0 1F 59 7 27 55 34
Octal 355 243 33 0 37 131 7 47 125 64
Binary 11101101 10100011 11011 0 11111 1011001 111 100111 1010101 110100

Color Harmonies of #EDA31B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA31B

Black with #EDA31B

Text Example


Text Example

White with #EDA31B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA31B; }

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

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

background-color css

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

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

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

border-color css

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

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

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