Html Css Color HEX #EDCD03 Tangerine Yellow

📋 copy color: '#EDCD03'

red 237 ◦ green 205 ◦ blue 3

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

Shades of Tangerine Yellow #EDCD03

Tints of Tangerine Yellow #EDCD03

RGB

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

 GREEN value IS 205 (80.47% from 255) = 46.07%

 BLUE value IS 3 (1.56% from 255) = 0.67%

R = 53.26%
G = 46.07%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EDCD03 (or 0xEDCD03) is known color: Tangerine Yellow. HEX triplet: ED, CD and 03. RGB value is (237,205,3). Sum of RGB (Red+Green+Blue) = 237+205+3=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 205 (80.47% from 255 or 46.07% from 445); Blue value is 3 (1.56% from 255 or 0.67% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDCD03 is #1232FC. Grayscale: #C0C0C0. Windows color (decimal): -1192701 or 249325. OLE color: 249325.

HSL color Cylindrical-coordinate representation of color #EDCD03: hue angle of 51.79º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EDCD03 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 205 3 -
CMYK 0 0.14 0.99 0.07
HSL 51.79º 0.98% 0.47% -
HSV(B) 51.79º 0.99% 0.93% -
XYZ 56.77 61.67 9 -
YUV 191.54 21.6 160.43 -
System Red Green Blue C M Y K H S L
Decimal 237 205 3 0 0.14 0.99 0.07 51.79 0.98 0.47
Hex ED CD 3 0 E 63 7 34 62 2F
Octal 355 315 3 0 16 143 7 64 142 57
Binary 11101101 11001101 11 0 1110 1100011 111 110100 1100010 101111

Color Harmonies of #EDCD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCD03

Black with #EDCD03

Text Example


Text Example

White with #EDCD03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCD03; }

 p { color: rgb(237,205,3); }

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

background-color css

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

 a { background-color: rgb(237,205,3); }

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

border-color css

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

 span { border-color: rgb(237,205,3); }

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