Html Css Color HEX #EDD00C Tangerine Yellow

📋 copy color: '#EDD00C'

red 237 ◦ green 208 ◦ blue 12

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

Shades of Tangerine Yellow #EDD00C

Tints of Tangerine Yellow #EDD00C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.51%

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

R = 51.86%
G = 45.51%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EDD00C (or 0xEDD00C) is known color: Tangerine Yellow. HEX triplet: ED, D0 and 0C. RGB value is (237,208,12). Sum of RGB (Red+Green+Blue) = 237+208+12=457 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.86% from 457); Green value is 208 (81.64% from 255 or 45.51% from 457); Blue value is 12 (5.08% from 255 or 2.63% from 457); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD00C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD00C is #122FF3. Grayscale: #C3C3C3. Windows color (decimal): -1191924 or 839917. OLE color: 839917.

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

Color convert

RGB 237 208 12 -
CMYK 0 0.12 0.95 0.07
HSL 52.27º 0.9% 0.49% -
HSV(B) 52.27º 0.95% 0.93% -
XYZ 57.55 63.14 9.5 -
YUV 194.33 25.11 158.44 -
System Red Green Blue C M Y K H S L
Decimal 237 208 12 0 0.12 0.95 0.07 52.27 0.9 0.49
Hex ED D0 C 0 C 5F 7 34 5A 31
Octal 355 320 14 0 14 137 7 64 132 61
Binary 11101101 11010000 1100 0 1100 1011111 111 110100 1011010 110001

Color Harmonies of #EDD00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD00C

Black with #EDD00C

Text Example


Text Example

White with #EDD00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD00C; }

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

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

background-color css

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

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

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

border-color css

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

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

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