Html Css Color HEX #EDA21B Gamboge

📋 copy color: '#EDA21B'

red 237 ◦ green 162 ◦ blue 27

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

Shades of Gamboge #EDA21B

Tints of Gamboge #EDA21B

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.03%

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

R = 55.63%
G = 38.03%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EDA21B (or 0xEDA21B) is known color: Gamboge. HEX triplet: ED, A2 and 1B. RGB value is (237,162,27). Sum of RGB (Red+Green+Blue) = 237+162+27=426 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.63% from 426); Green value is 162 (63.67% from 255 or 38.03% from 426); Blue value is 27 (10.94% from 255 or 6.34% from 426); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA21B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA21B is #125DE4. Grayscale: #A9A9A9. Windows color (decimal): -1203685 or 1811181. OLE color: 1811181.

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

Color convert

RGB 237 162 27 -
CMYK 0 0.32 0.89 0.07
HSL 38.57º 0.85% 0.52% -
HSV(B) 38.57º 0.89% 0.93% -
XYZ 48.04 43.92 6.98 -
YUV 169.04 47.85 176.48 -
System Red Green Blue C M Y K H S L
Decimal 237 162 27 0 0.32 0.89 0.07 38.57 0.85 0.52
Hex ED A2 1B 0 20 59 7 27 55 34
Octal 355 242 33 0 40 131 7 47 125 64
Binary 11101101 10100010 11011 0 100000 1011001 111 100111 1010101 110100

Color Harmonies of #EDA21B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA21B

Black with #EDA21B

Text Example


Text Example

White with #EDA21B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA21B; }

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

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

background-color css

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

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

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

border-color css

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

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

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