Html Css Color HEX #EDB203 Selective Yellow

📋 copy color: '#EDB203'

red 237 ◦ green 178 ◦ blue 3

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

Shades of Selective Yellow #EDB203

Tints of Selective Yellow #EDB203

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.58%

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

R = 56.7%
G = 42.58%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EDB203 (or 0xEDB203) is known color: Selective Yellow. HEX triplet: ED, B2 and 03. RGB value is (237,178,3). Sum of RGB (Red+Green+Blue) = 237+178+3=418 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.70% from 418); Green value is 178 (69.92% from 255 or 42.58% from 418); Blue value is 3 (1.56% from 255 or 0.72% from 418); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB203 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDB203 is #124DFC. Grayscale: #B0B0B0. Windows color (decimal): -1199613 or 242413. OLE color: 242413.

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

Color convert

RGB 237 178 3 -
CMYK 0 0.25 0.99 0.07
HSL 44.87º 0.98% 0.47% -
HSV(B) 44.87º 0.99% 0.93% -
XYZ 50.86 49.85 7.03 -
YUV 175.69 30.55 171.73 -
System Red Green Blue C M Y K H S L
Decimal 237 178 3 0 0.25 0.99 0.07 44.87 0.98 0.47
Hex ED B2 3 0 19 63 7 2D 62 2F
Octal 355 262 3 0 31 143 7 55 142 57
Binary 11101101 10110010 11 0 11001 1100011 111 101101 1100010 101111

Color Harmonies of #EDB203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB203

Black with #EDB203

Text Example


Text Example

White with #EDB203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB203; }

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

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

background-color css

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

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

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

border-color css

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

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

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