Html Css Color HEX #ADAD0E Citrus

📋 copy color: '#ADAD0E'

red 173 ◦ green 173 ◦ blue 14

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

Shades of Citrus #ADAD0E

Tints of Citrus #ADAD0E

RGB

 RED value IS 173 (67.97% from 255) = 48.06%

 GREEN value IS 173 (67.97% from 255) = 48.06%

 BLUE value IS 14 (5.86% from 255) = 3.89%

R = 48.06%
G = 48.06%
B = 3.89%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#ADAD0E (or 0xADAD0E) is known color: Citrus. HEX triplet: AD, AD and 0E. RGB value is (173,173,14). Sum of RGB (Red+Green+Blue) = 173+173+14=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 173 (67.97% from 255 or 48.06% from 360); Blue value is 14 (5.86% from 255 or 3.89% from 360); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAD0E is #5252F1. Grayscale: #9B9B9B. Windows color (decimal): -5395186 or 961965. OLE color: 961965.

HSL color Cylindrical-coordinate representation of color #ADAD0E: hue angle of 60º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ADAD0E is Cyan = 0, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 173 14 -
CMYK 0 0 0.92 0.32
HSL 60º 0.85% 0.37% -
HSV(B) 60º 0.92% 0.68% -
XYZ 32.26 38.8 6.21 -
YUV 154.87 48.5 140.93 -
System Red Green Blue C M Y K H S L
Decimal 173 173 14 0 0 0.92 0.32 60 0.85 0.37
Hex AD AD E 0 0 5C 20 3C 55 25
Octal 255 255 16 0 0 134 40 74 125 45
Binary 10101101 10101101 1110 0 0 1011100 100000 111100 1010101 100101

Color Harmonies of #ADAD0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAD0E

Black with #ADAD0E

Text Example


Text Example

White with #ADAD0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAD0E; }

 p { color: rgb(173,173,14); }

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

background-color css

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

 a { background-color: rgb(173,173,14); }

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

border-color css

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

 span { border-color: rgb(173,173,14); }

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