Html Css Color HEX #EDCE0C Tangerine Yellow

📋 copy color: '#EDCE0C'

red 237 ◦ green 206 ◦ blue 12

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

Shades of Tangerine Yellow #EDCE0C

Tints of Tangerine Yellow #EDCE0C

RGB

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

 GREEN value IS 206 (80.86% from 255) = 45.27%

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

R = 52.09%
G = 45.27%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EDCE0C (or 0xEDCE0C) is known color: Tangerine Yellow. HEX triplet: ED, CE and 0C. RGB value is (237,206,12). Sum of RGB (Red+Green+Blue) = 237+206+12=455 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.09% from 455); Green value is 206 (80.86% from 255 or 45.27% from 455); Blue value is 12 (5.08% from 255 or 2.64% from 455); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDCE0C is #1231F3. Grayscale: #C1C1C1. Windows color (decimal): -1192436 or 839405. OLE color: 839405.

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

Color convert

RGB 237 206 12 -
CMYK 0 0.13 0.95 0.07
HSL 51.73º 0.9% 0.49% -
HSV(B) 51.73º 0.95% 0.93% -
XYZ 57.06 62.17 9.34 -
YUV 193.15 25.77 159.27 -
System Red Green Blue C M Y K H S L
Decimal 237 206 12 0 0.13 0.95 0.07 51.73 0.9 0.49
Hex ED CE C 0 D 5F 7 34 5A 31
Octal 355 316 14 0 15 137 7 64 132 61
Binary 11101101 11001110 1100 0 1101 1011111 111 110100 1011010 110001

Color Harmonies of #EDCE0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCE0C

Black with #EDCE0C

Text Example


Text Example

White with #EDCE0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCE0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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