Html Css Color HEX #EDCD0B Tangerine Yellow

📋 copy color: '#EDCD0B'

red 237 ◦ green 205 ◦ blue 11

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

Shades of Tangerine Yellow #EDCD0B

Tints of Tangerine Yellow #EDCD0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.43%

R = 52.32%
G = 45.25%
B = 2.43%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EDCD0B (or 0xEDCD0B) is known color: Tangerine Yellow. HEX triplet: ED, CD and 0B. RGB value is (237,205,11). Sum of RGB (Red+Green+Blue) = 237+205+11=453 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.32% from 453); Green value is 205 (80.47% from 255 or 45.25% from 453); Blue value is 11 (4.69% from 255 or 2.43% from 453); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDCD0B is #1232F4. Grayscale: #C1C1C1. Windows color (decimal): -1192693 or 773613. OLE color: 773613.

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

Color convert

RGB 237 205 11 -
CMYK 0 0.14 0.95 0.07
HSL 51.5º 0.91% 0.49% -
HSV(B) 51.5º 0.95% 0.93% -
XYZ 56.82 61.69 9.23 -
YUV 192.45 25.6 159.77 -
System Red Green Blue C M Y K H S L
Decimal 237 205 11 0 0.14 0.95 0.07 51.5 0.91 0.49
Hex ED CD B 0 E 5F 7 34 5B 31
Octal 355 315 13 0 16 137 7 64 133 61
Binary 11101101 11001101 1011 0 1110 1011111 111 110100 1011011 110001

Color Harmonies of #EDCD0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCD0B

Black with #EDCD0B

Text Example


Text Example

White with #EDCD0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCD0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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