Html Css Color HEX #EDF33D Starship

📋 copy color: '#EDF33D'

red 237 ◦ green 243 ◦ blue 61

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

Shades of Starship #EDF33D

Tints of Starship #EDF33D

RGB

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

 GREEN value IS 243 (95.31% from 255) = 44.92%

 BLUE value IS 61 (24.22% from 255) = 11.28%

R = 43.81%
G = 44.92%
B = 11.28%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#EDF33D (or 0xEDF33D) is known color: Starship. HEX triplet: ED, F3 and 3D. RGB value is (237,243,61). Sum of RGB (Red+Green+Blue) = 237+243+61=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 243 (95.31% from 255 or 44.92% from 541); Blue value is 61 (24.22% from 255 or 11.28% from 541); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF33D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF33D is #120CC2. Grayscale: #DDDDDD. Windows color (decimal): -1182915 or 4060141. OLE color: 4060141.

HSL color Cylindrical-coordinate representation of color #EDF33D: hue angle of 61.98º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EDF33D is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 243 61 -
CMYK 0.02 0 0.75 0.05
HSL 61.98º 0.88% 0.6% -
HSV(B) 61.98º 0.75% 0.95% -
XYZ 67.82 82.44 16.75 -
YUV 220.46 38.01 139.8 -
System Red Green Blue C M Y K H S L
Decimal 237 243 61 0.02 0 0.75 0.05 61.98 0.88 0.6
Hex ED F3 3D 2 0 4B 5 3E 58 3C
Octal 355 363 75 2 0 113 5 76 130 74
Binary 11101101 11110011 111101 10 0 1001011 101 111110 1011000 111100

Color Harmonies of #EDF33D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF33D

Black with #EDF33D

Text Example


Text Example

White with #EDF33D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF33D; }

 p { color: rgb(237,243,61); }

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

background-color css

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

 a { background-color: rgb(237,243,61); }

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

border-color css

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

 span { border-color: rgb(237,243,61); }

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