Html Css Color HEX #EDA41B Gamboge

📋 copy color: '#EDA41B'

red 237 ◦ green 164 ◦ blue 27

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

Shades of Gamboge #EDA41B

Tints of Gamboge #EDA41B

RGB

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

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

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

R = 55.37%
G = 38.32%
B = 6.31%

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

#EDA41B (or 0xEDA41B) is known color: Gamboge. HEX triplet: ED, A4 and 1B. RGB value is (237,164,27). Sum of RGB (Red+Green+Blue) = 237+164+27=428 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.37% from 428); Green value is 164 (64.45% from 255 or 38.32% from 428); Blue value is 27 (10.94% from 255 or 6.31% from 428); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA41B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA41B is #125BE4. Grayscale: #AAAAAA. Windows color (decimal): -1203173 or 1811693. OLE color: 1811693.

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

Color convert

RGB 237 164 27 -
CMYK 0 0.31 0.89 0.07
HSL 39.14º 0.85% 0.52% -
HSV(B) 39.14º 0.89% 0.93% -
XYZ 48.4 44.63 7.1 -
YUV 170.21 47.18 175.64 -
System Red Green Blue C M Y K H S L
Decimal 237 164 27 0 0.31 0.89 0.07 39.14 0.85 0.52
Hex ED A4 1B 0 1F 59 7 27 55 34
Octal 355 244 33 0 37 131 7 47 125 64
Binary 11101101 10100100 11011 0 11111 1011001 111 100111 1010101 110100

Color Harmonies of #EDA41B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA41B

Black with #EDA41B

Text Example


Text Example

White with #EDA41B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA41B; }

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

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

background-color css

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

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

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

border-color css

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

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

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