Html Css Color HEX #EDAC0C Gamboge

📋 copy color: '#EDAC0C'

red 237 ◦ green 172 ◦ blue 12

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

Shades of Gamboge #EDAC0C

Tints of Gamboge #EDAC0C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.86%

 BLUE value IS 12 (5.08% from 255) = 2.85%

R = 56.29%
G = 40.86%
B = 2.85%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EDAC0C (or 0xEDAC0C) is known color: Gamboge. HEX triplet: ED, AC and 0C. RGB value is (237,172,12). Sum of RGB (Red+Green+Blue) = 237+172+12=421 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.29% from 421); Green value is 172 (67.58% from 255 or 40.86% from 421); Blue value is 12 (5.08% from 255 or 2.85% from 421); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDAC0C is #1253F3. Grayscale: #ADADAD. Windows color (decimal): -1201140 or 830701. OLE color: 830701.

HSL color Cylindrical-coordinate representation of color #EDAC0C: hue angle of 42.67º degrees, saturation: 0.9, 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 #EDAC0C is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 172 12 -
CMYK 0 0.27 0.95 0.07
HSL 42.67º 0.9% 0.49% -
HSV(B) 42.67º 0.95% 0.93% -
XYZ 49.74 47.54 6.9 -
YUV 173.2 37.03 173.51 -
System Red Green Blue C M Y K H S L
Decimal 237 172 12 0 0.27 0.95 0.07 42.67 0.9 0.49
Hex ED AC C 0 1B 5F 7 2B 5A 31
Octal 355 254 14 0 33 137 7 53 132 61
Binary 11101101 10101100 1100 0 11011 1011111 111 101011 1011010 110001

Color Harmonies of #EDAC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAC0C

Black with #EDAC0C

Text Example


Text Example

White with #EDAC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAC0C; }

 p { color: rgb(237,172,12); }

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

background-color css

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

 a { background-color: rgb(237,172,12); }

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

border-color css

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

 span { border-color: rgb(237,172,12); }

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