Html Css Color HEX #EDF53B Starship

📋 copy color: '#EDF53B'

red 237 ◦ green 245 ◦ blue 59

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

Shades of Starship #EDF53B

Tints of Starship #EDF53B

RGB

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

 GREEN value IS 245 (96.09% from 255) = 45.29%

 BLUE value IS 59 (23.44% from 255) = 10.91%

R = 43.81%
G = 45.29%
B = 10.91%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#EDF53B (or 0xEDF53B) is known color: Starship. HEX triplet: ED, F5 and 3B. RGB value is (237,245,59). Sum of RGB (Red+Green+Blue) = 237+245+59=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 245 (96.09% from 255 or 45.29% from 541); Blue value is 59 (23.44% from 255 or 10.91% from 541); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF53B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF53B is #120AC4. Grayscale: #DEDEDE. Windows color (decimal): -1182405 or 3929581. OLE color: 3929581.

HSL color Cylindrical-coordinate representation of color #EDF53B: hue angle of 62.58º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EDF53B is Cyan = 0.03, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 245 59 -
CMYK 0.03 0 0.76 0.04
HSL 62.58º 0.9% 0.6% -
HSV(B) 62.58º 0.76% 0.96% -
XYZ 68.37 83.63 16.68 -
YUV 221.4 36.35 139.12 -
System Red Green Blue C M Y K H S L
Decimal 237 245 59 0.03 0 0.76 0.04 62.58 0.9 0.6
Hex ED F5 3B 3 0 4C 4 3F 5A 3C
Octal 355 365 73 3 0 114 4 77 132 74
Binary 11101101 11110101 111011 11 0 1001100 100 111111 1011010 111100

Color Harmonies of #EDF53B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF53B

Black with #EDF53B

Text Example


Text Example

White with #EDF53B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF53B; }

 p { color: rgb(237,245,59); }

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

background-color css

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

 a { background-color: rgb(237,245,59); }

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

border-color css

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

 span { border-color: rgb(237,245,59); }

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